summaryrefslogtreecommitdiff
path: root/devel/tcltls
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-07-21 19:59:08 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-07-21 19:59:08 +0000
commitaa18f9f0e81ceccb789fa5b941d2de34a0a4d1a5 (patch)
tree5a435e60e405db94180af91b73cfd6b8f46ffa97 /devel/tcltls
parentFixed install on bsd.incs.mk aware systems. (diff)
Catch up to the new bsd.lib.mk API.
Notes
Notes: svn path=/head/; revision=63332
Diffstat (limited to 'devel/tcltls')
-rw-r--r--devel/tcltls/files/Makefile.bsd6
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/tcltls/files/Makefile.bsd b/devel/tcltls/files/Makefile.bsd
index 1520e6657241..11622730b1fb 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