diff options
author | ru <ru@FreeBSD.org> | 2002-07-22 04:37:43 +0800 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-07-22 04:37:43 +0800 |
commit | bcbfb9350ee5cde2bd6c13b479b5d4569db72a99 (patch) | |
tree | 8e8449429e57db38a4e5dfa7a9ef069c2a2fdcc2 /www/tclhttpd | |
parent | 385f994226fc3d0fa44b352045d81d69cc1f4bb8 (diff) | |
download | freebsd-ports-gnome-bcbfb9350ee5cde2bd6c13b479b5d4569db72a99.tar.gz freebsd-ports-gnome-bcbfb9350ee5cde2bd6c13b479b5d4569db72a99.tar.zst freebsd-ports-gnome-bcbfb9350ee5cde2bd6c13b479b5d4569db72a99.zip |
Catch up to the new bsd.lib.mk API (the library is not internal).
Diffstat (limited to 'www/tclhttpd')
-rw-r--r-- | www/tclhttpd/files/Makefile.lib | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/tclhttpd/files/Makefile.lib b/www/tclhttpd/files/Makefile.lib index b7be3b2eeca1..fc8e63104efa 100644 --- a/www/tclhttpd/files/Makefile.lib +++ b/www/tclhttpd/files/Makefile.lib @@ -5,15 +5,13 @@ PREFIX?= /usr/local SRCS=crypt.c setuid.c limit.c utime.c metaPackage.c CFLAGS+=-I${LOCALBASE}/include/tcl${TCL_DVER} -DUSE_TCL_STUBS \ - -DTclhttpdbin_Init=${LIB}_Init -Wall -Werror + -DTclhttpdbin_Init=${LIBNAME}_Init -Wall -Werror LDADD+=-L${LOCALBASE}/lib -ltclstub${TCL_VER} -lcrypt .PATH: ${.CURDIR}/src ${FILESDIR} -LIB= Tclhttpdbin -SHLIB_NAME= lib${LIB}.so -INTERNALLIB= no need for static version -NOPROFILE= no need for profiling this +LIBNAME= Tclhttpdbin +SHLIB_NAME= lib${LIBNAME}.so ech: @echo ${SHLIB_NAME} |