mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
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}
|
||
|
|
|