summaryrefslogtreecommitdiff
path: root/graphics/libungif
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-05-25 13:01:12 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-05-25 13:01:12 +0000
commitcdac785a118fbbc0ea2a2b318aa802700cae9c15 (patch)
tree2db0e3045b5b84ccd7b261d63c38a6e585640068 /graphics/libungif
parentDistfile has changed. (diff)
Remove a bunch of junk from the patches.
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=18988
Diffstat (limited to 'graphics/libungif')
-rw-r--r--graphics/libungif/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile
index 1ee3e0cbe15b..35c0055124d5 100644
--- a/graphics/libungif/Makefile
+++ b/graphics/libungif/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>