aboutsummaryrefslogtreecommitdiff
path: root/devel/libgpc/files/BSDmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libgpc/files/BSDmakefile')
-rw-r--r--devel/libgpc/files/BSDmakefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/libgpc/files/BSDmakefile b/devel/libgpc/files/BSDmakefile
new file mode 100644
index 000000000000..6b4d317d263b
--- /dev/null
+++ b/devel/libgpc/files/BSDmakefile
@@ -0,0 +1,13 @@
+LIB= gpc
+NOPROFILE= yes
+SHLIB_MAJOR= 2
+SHLIB_MINOR= 32
+
+SRCS= gpc.c
+INCS= gpc.h
+
+LIBDIR= ${PREFIX}/lib
+INCSDIR= ${PREFIX}/include
+WARNS?= 4 # level 5 trips over '-Wunused'
+
+.include <bsd.lib.mk>