aboutsummaryrefslogtreecommitdiff
path: root/graphics/gtksee/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-11-01 07:35:46 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-11-01 07:35:46 +0000
commitc993547647ade192de588d835170899ea69750fa (patch)
tree1066049488d0de8086aaf3e233ead12bf19d5d4e /graphics/gtksee/Makefile
parent0923e28bdca10e17bbfa56eb618ce5e88d0d730f (diff)
downloadports-c993547647ade192de588d835170899ea69750fa.tar.gz
ports-c993547647ade192de588d835170899ea69750fa.zip
Notes
Diffstat (limited to 'graphics/gtksee/Makefile')
-rw-r--r--graphics/gtksee/Makefile51
1 files changed, 0 insertions, 51 deletions
diff --git a/graphics/gtksee/Makefile b/graphics/gtksee/Makefile
deleted file mode 100644
index d395d391215e..000000000000
--- a/graphics/gtksee/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# New ports collection makefile for: gtksee
-# Date created: Sun Nov 22 12:08:18 CET 1998
-# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gtksee
-PORTVERSION= 0.5.6
-PORTREVISION= 7
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_BERLIOS}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Image viewer
-
-RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip
-LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
- png.6:${PORTSDIR}/graphics/png \
- tiff.4:${PORTSDIR}/graphics/tiff
-
-USE_GNOME= gtk12
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
- AUTOHEADER="${TRUE}"
-
-DEPRECATED= depends on unfetchable port archivers/bzip; last release 2004
-EXPIRATION_DATE= 2011-10-28
-
-MAN1= gtksee.1
-
-.if defined(WITHOUT_NLS)
-CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB+= NLS="@comment "
-.else
-USE_GETTEXT= yes
-PLIST_SUB+= NLS=""
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|^CFLAGS=""|CFLAGS="$$CFLAGS"|g' ${WRKSRC}/configure
-
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/man/gtksee.1 ${MANPREFIX}/man/man1
-
-.include <bsd.port.mk>