aboutsummaryrefslogtreecommitdiff
path: root/graphics/gdtclft
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-07-21 20:23:00 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-07-21 20:23:00 +0000
commitc1b840b3904f6baa8710133fc18792a87ad30726 (patch)
treeeee605556e612e10b040c712f1b1df0945dfaffc /graphics/gdtclft
parent3003a8c0559cb44b98e3d2ac4650bd42ecec0122 (diff)
downloadports-c1b840b3904f6baa8710133fc18792a87ad30726.tar.gz
ports-c1b840b3904f6baa8710133fc18792a87ad30726.zip
Catch up to the new bsd.lib.mk API (the library is not internal).
Notes
Notes: svn path=/head/; revision=63335
Diffstat (limited to 'graphics/gdtclft')
-rw-r--r--graphics/gdtclft/files/Makefile.bsd8
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/gdtclft/files/Makefile.bsd b/graphics/gdtclft/files/Makefile.bsd
index 1e6980b97f8f..608b464a1f87 100644
--- a/graphics/gdtclft/files/Makefile.bsd
+++ b/graphics/gdtclft/files/Makefile.bsd
@@ -1,8 +1,6 @@
PACKAGE = Gdtclft
VERSION = 2.2
-LIB = ${PACKAGE}2
-SHLIB_MAJOR = 2
-SHLIB_MINOR = 1
+SHLIB_NAME = lib${PACKAGE}2.so.2
SRCS = gdhandle.c gdCmd.c
@@ -25,9 +23,7 @@ CFLAGS +=-I${PREFIX}/include/tcl${TCL_VER} -I${PREFIX}/include/gd
CFLAGS +=-DNDEBUG -Wall -I. -DUSE_TCL_STUBS -I${PREFIX}/include
CFLAGS +=-DVERSION=\"${VERSION}\"
-INTERNALLIB = don't build the useless static version
-
-all: ${SHLIB_NAME} pkgIndex.tcl
+all: pkgIndex.tcl
pkgIndex.tcl:
echo 'package ifneeded $(PACKAGE) $(VERSION) [list load [file join $$dir $(SHLIB_NAME)] $(PACKAGE)]' > pkgIndex.tcl