diff options
author | ru <ru@FreeBSD.org> | 2002-07-21 20:23:00 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-07-21 20:23:00 +0000 |
commit | 409402231e0f41eeb8efcca63af185efc4a40df8 (patch) | |
tree | 132490c70c2ad2a5f63c99082308c94a9038aa32 /graphics/libimg | |
parent | 322124394a1d0c597ffa43ab083799d2a7b68e45 (diff) | |
download | FreeBSD-ports-409402231e0f41eeb8efcca63af185efc4a40df8.zip FreeBSD-ports-409402231e0f41eeb8efcca63af185efc4a40df8.tar.gz |
Catch up to the new bsd.lib.mk API (the library is not internal).
Diffstat (limited to 'graphics/libimg')
-rw-r--r-- | graphics/libimg/files/Makefile.bsd | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/graphics/libimg/files/Makefile.bsd b/graphics/libimg/files/Makefile.bsd index 2456cab..d75c315 100644 --- a/graphics/libimg/files/Makefile.bsd +++ b/graphics/libimg/files/Makefile.bsd @@ -1,13 +1,10 @@ -LIB= img +SHLIB_NAME= libimg.so.1 PORTVERSION?= 1.2.4 LOCALBASE?= /usr/local X11BASE?= /usr/X11R6 TCL_VER?= 8.3 -SHLIB_MAJOR= 1 -SHLIB_MINOR= 2 - .if exists(${LOCALBASE}/lib/tk${TCL_VER}/tkConfig.sh) # If for some reason the file does not exist -- make the best guess. In # reality, it will exist by the time we are actually doing the build, so @@ -38,10 +35,7 @@ CFLAGS+= -DHAVE_JPEGLIB_H -DHAVE_TIFF_H -DHAVE_DLFCN_H -DHAVE_IMG_H # libtiff itself does NOT install. -mi CFLAGS+= -I${.CURDIR}/libtiff -INTERNALLIB = don't build the useless static version -NOPROFILE = don't build the profilable lib - -all: ${SHLIB_NAME} pkgIndex.tcl +all: pkgIndex.tcl pkgIndex.tcl: pkgIndex.tcl.in sed -e 's,@IMG_PATCH_LEVEL@,${PORTVERSION},g' \ |