diff options
author | ru <ru@FreeBSD.org> | 2002-07-21 19:59:08 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-07-21 19:59:08 +0000 |
commit | 180d2fe5e1a745b32e0b421225bfa9c0a6efb6d5 (patch) | |
tree | 21e461fced48f0628a56ca63e79fdb13c54bb045 /devel/tcltls | |
parent | cc537a0a57e0837b835c4e8a4859b1c9d3dfc2e6 (diff) | |
download | FreeBSD-ports-180d2fe5e1a745b32e0b421225bfa9c0a6efb6d5.zip FreeBSD-ports-180d2fe5e1a745b32e0b421225bfa9c0a6efb6d5.tar.gz |
Catch up to the new bsd.lib.mk API.
Diffstat (limited to 'devel/tcltls')
-rw-r--r-- | devel/tcltls/files/Makefile.bsd | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/tcltls/files/Makefile.bsd b/devel/tcltls/files/Makefile.bsd index 1520e66..1162273 100644 --- a/devel/tcltls/files/Makefile.bsd +++ b/devel/tcltls/files/Makefile.bsd @@ -1,8 +1,6 @@ PACKAGE = tls VERSION ?= ${PORTVERSION} -LIB = ${PACKAGE} -SHLIB_MAJOR = ${VERSION:R} -SHLIB_MINOR = ${VERSION:E} +SHLIB_NAME = lib${PACKAGE}.so.${VERSION:R} SRCS = tls.c tlsIO.c tlsBIO.c tlsX509.c # fixstrtod.c strncasecmp.c @@ -25,8 +23,6 @@ CFLAGS +=-I${PREFIX}/include/tcl${TCL_VER} -I${OPENSSLINC} CFLAGS +=-DNDEBUG -I. -DUSE_TCL_STUBS -I${PREFIX}/include CFLAGS +=-DVERSION=\"${VERSION}\" -DPACKAGE=\"${PACKAGE}\" -INTERNALLIB = don't build the useless static version - all: ${SHLIB_NAME} pkgIndex.tcl pkgIndex.tcl: ${.CURDIR}/pkgIndex.tcl.in |