aboutsummaryrefslogtreecommitdiff
path: root/graphics/gqview-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gqview-devel/Makefile')
-rw-r--r--graphics/gqview-devel/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/graphics/gqview-devel/Makefile b/graphics/gqview-devel/Makefile
deleted file mode 100644
index 437855b4b156..000000000000
--- a/graphics/gqview-devel/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: gqview-devel
-# Date Created: 5 March 2003
-# Whom: Andrew Dolgov <cthulhu@cthulhu.ru>
-# based on graphics/gqview port
-#
-# $FreeBSD$
-#
-
-PORTNAME= gqview
-PORTVERSION= 1.3.9
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-PKGNAMESUFFIX= -devel
-
-MAINTAINER= philip@FreeBSD.org
-COMMENT= Another gtk2-based graphic file viewer
-
-LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
-
-USE_X_PREFIX= yes
-USE_GNOME= gtk20
-USE_GETTEXT= yes
-USE_ICONV= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-CONFLICTS= gqview-1.2.*
-
-MAN1= gqview.1
-
-.if !defined(NOPORTDOCS)
-post-install:
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>