mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
a5aec62fc4
this version includes small changes to make it suitable for siril okay op@
14 lines
230 B
Plaintext
14 lines
230 B
Plaintext
prefix=/usr/local
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: kplot
|
|
Description: plotting library for cairo
|
|
Version: ${VERSION}
|
|
|
|
Requires:
|
|
Libs: -L${libdir} -lkplot
|
|
Cflags: -I${includedir}
|
|
|