diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-25 13:01:12 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-25 13:01:12 +0000 |
commit | cdac785a118fbbc0ea2a2b318aa802700cae9c15 (patch) | |
tree | 2db0e3045b5b84ccd7b261d63c38a6e585640068 /graphics/giflib/Makefile | |
parent | 82ec6d9a35654f56b3becec3dc4b454b7c57b96b (diff) | |
download | ports-cdac785a118fbbc0ea2a2b318aa802700cae9c15.tar.gz ports-cdac785a118fbbc0ea2a2b318aa802700cae9c15.zip |
Notes
Diffstat (limited to 'graphics/giflib/Makefile')
-rw-r--r-- | graphics/giflib/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index 1ee3e0cbe15b..35c0055124d5 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -3,25 +3,17 @@ # Date created: 03 May 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.5 1998/11/20 08:50:51 tg Exp $ +# $Id: Makefile,v 1.6 1998/11/28 01:59:35 asami Exp $ # DISTNAME= giflib-3.0 CATEGORIES= graphics MASTER_SITES= http://earthspace.net/~esr/giflib/ -MAINTAINER= tg@FreeBSD.ORG +MAINTAINER= ports@FreeBSD.ORG USE_XLIB= yes -.include <bsd.port.pre.mk> - -.if ${PORTOBJFORMAT} == "elf" -GIFLIB= libgif.so.3 -.else -GIFLIB= libgif.so.3.0 -.endif - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/giflib @@ -29,4 +21,4 @@ post-install: .endif @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib -.include <bsd.port.post.mk> +.include <bsd.port.mk> |