diff options
author | ru <ru@FreeBSD.org> | 2002-07-22 04:23:00 +0800 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-07-22 04:23:00 +0800 |
commit | 409402231e0f41eeb8efcca63af185efc4a40df8 (patch) | |
tree | 132490c70c2ad2a5f63c99082308c94a9038aa32 /graphics/gdtclft | |
parent | 322124394a1d0c597ffa43ab083799d2a7b68e45 (diff) | |
download | freebsd-ports-gnome-409402231e0f41eeb8efcca63af185efc4a40df8.tar.gz freebsd-ports-gnome-409402231e0f41eeb8efcca63af185efc4a40df8.tar.zst freebsd-ports-gnome-409402231e0f41eeb8efcca63af185efc4a40df8.zip |
Catch up to the new bsd.lib.mk API (the library is not internal).
Diffstat (limited to 'graphics/gdtclft')
-rw-r--r-- | graphics/gdtclft/files/Makefile.bsd | 8 |
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 |