summaryrefslogtreecommitdiffstats
path: root/graphics/giflib
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1999-05-25 13:01:12 +0000
committertg <tg@FreeBSD.org>1999-05-25 13:01:12 +0000
commit7bbbbff3245798193c0ca5e17fca58beed70c4d0 (patch)
tree45fd8fc01903ec87a485971f5abb938361cdc620 /graphics/giflib
parent5cbea5c98ba88a10f3765bc9403f12b0fc10765c (diff)
downloadFreeBSD-ports-7bbbbff3245798193c0ca5e17fca58beed70c4d0.zip
FreeBSD-ports-7bbbbff3245798193c0ca5e17fca58beed70c4d0.tar.gz
Remove a bunch of junk from the patches.
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'graphics/giflib')
-rw-r--r--graphics/giflib/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile
index 1ee3e0c..35c0055 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>
OpenPOWER on IntegriCloud