diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-21 20:37:43 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-21 20:37:43 +0000 |
commit | 7368395c6386f5da70c04988583d9383565d0616 (patch) | |
tree | 5b6afaa672e93a8b64caaa73242ace26bb1c6dd9 /www/mod_dtcl | |
parent | 75cb9be1d0a4aa498e57000d6f643702309586ea (diff) | |
download | ports-7368395c6386f5da70c04988583d9383565d0616.tar.gz ports-7368395c6386f5da70c04988583d9383565d0616.zip |
Notes
Diffstat (limited to 'www/mod_dtcl')
-rw-r--r-- | www/mod_dtcl/files/Makefile.bsd | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/www/mod_dtcl/files/Makefile.bsd b/www/mod_dtcl/files/Makefile.bsd index 142e804e3f7c..499162efa819 100644 --- a/www/mod_dtcl/files/Makefile.bsd +++ b/www/mod_dtcl/files/Makefile.bsd @@ -11,22 +11,15 @@ CC!= ${PREFIX}/sbin/apxs -q CC CFLAGS!= ${PREFIX}/sbin/apxs -q CFLAGS CFLAGS_SHLIB CFLAGS+= ${INCLUDES} -DDTCL_VERSION="\"${DTCL_VERSION}\"" -LIB= mod_dtcl -SHLIB_MAJOR=1 -SHLIB_MINOR=0 +SHLIB_NAME= libmod_dtcl.so.1 LDADD= -L${PREFIX}/lib -ltcl${TCL_NDVER} -lm LDFLAGS=${LDADD} -NOPROFILE= True # to avoid building profiled library -INTERNALLIB= True # to avoid building a static version - SRCS= mod_dtcl.c SRCS+= apache_cookie.c apache_multipart_buffer.c apache_request.c \ channel.c parser.c tcl_commands.c NOMAN= True # don't bother with the man-page here, let the port handle it -all: ${SHLIB_NAME} - .include <bsd.lib.mk> |