aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-05-21 11:24:20 +0800
committerijliao <ijliao@FreeBSD.org>2002-05-21 11:24:20 +0800
commit696c55f45105e81f580452282f665d1cba6c4e00 (patch)
treeec196fc56bf44117d335451412feb1f6ecc9674d /devel
parentd95907eafc85f533edbc2b1f1e14450c0cf5d303 (diff)
downloadfreebsd-ports-gnome-696c55f45105e81f580452282f665d1cba6c4e00.tar.gz
freebsd-ports-gnome-696c55f45105e81f580452282f665d1cba6c4e00.tar.zst
freebsd-ports-gnome-696c55f45105e81f580452282f665d1cba6c4e00.zip
oops... forget to add this one
Diffstat (limited to 'devel')
-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>