summaryrefslogtreecommitdiff
path: root/graphics/giflib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/giflib/Makefile')
-rw-r--r--graphics/giflib/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile
deleted file mode 100644
index e558dfdf5173..000000000000
--- a/graphics/giflib/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: libungif
-# Date created: 03 May 1997
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libungif
-PORTVERSION= 4.1.4
-PORTREVISION= 2
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= dinoex@FreeBSD.org
-COMMENT= Tools and library routines for working with GIF images
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-USE_LDCONFIG= yes
-
-.if defined(WITHOUT_X11)
-PLIST_SUB+= X11='@comment '
-CONFIGURE_ARGS+= --with-x=no
-PKGNAMESUFFIX= -nox11
-.else
-USE_XLIB= yes
-PLIST_SUB+= X11=''
-.endif
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/UNCOMPRESSED_GIF ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/*.png ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>