diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-21 11:24:20 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-21 11:24:20 +0800 |
commit | 696c55f45105e81f580452282f665d1cba6c4e00 (patch) | |
tree | ec196fc56bf44117d335451412feb1f6ecc9674d /devel | |
parent | d95907eafc85f533edbc2b1f1e14450c0cf5d303 (diff) | |
download | freebsd-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.lib | 16 |
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> |