aboutsummaryrefslogtreecommitdiff
path: root/devel/libshhopt
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-21 03:24:20 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-21 03:24:20 +0000
commitbeaf818ec97382a9c228ca44e1d1c6cb9fe4a5e9 (patch)
treea39cb27d29e354267d3272089d57bd17a5e75611 /devel/libshhopt
parent0b4c6ec3f74a1217bc6f1915aafbd32f143dc8d3 (diff)
downloadports-beaf818ec97382a9c228ca44e1d1c6cb9fe4a5e9.tar.gz
ports-beaf818ec97382a9c228ca44e1d1c6cb9fe4a5e9.zip
Notes
Diffstat (limited to 'devel/libshhopt')
-rw-r--r--devel/libshhopt/files/Makefile.lib16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/libshhopt/files/Makefile.lib b/devel/libshhopt/files/Makefile.lib
new file mode 100644
index 000000000000..37bf6c5cc6b6
--- /dev/null
+++ b/devel/libshhopt/files/Makefile.lib
@@ -0,0 +1,16 @@
+PREFIX?= /usr/local
+SHLIB_VER?= 1
+
+LIB= shhopt
+LIBDIR= ${PREFIX}/lib
+SHLIB_MAJOR= ${SHLIB_VER}
+SHLIB_MINOR= 1
+NOPROFILE= yes
+NOOBJ= yes
+
+INCS= shhopt.h
+INCDIR= ${PREFIX}/include
+
+SRCS= shhopt.c
+
+.include <bsd.lib.mk>