summaryrefslogtreecommitdiff
path: root/graphics/gqview/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-16 07:42:21 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-16 07:42:21 +0000
commitdbfb9a5bbadd26083ff8105a1391e7c2086f7a00 (patch)
tree21db596d97d381d1fc7625eac1c83a977c761487 /graphics/gqview/Makefile
parent1: Stagify. (diff)
1: Stagify.
2: remove CONFLICTS Approved by: portmgr@
Notes
Notes: svn path=/head/; revision=357955
Diffstat (limited to 'graphics/gqview/Makefile')
-rw-r--r--graphics/gqview/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile
index 65c29e88b683..3d0029c61b4a 100644
--- a/graphics/gqview/Makefile
+++ b/graphics/gqview/Makefile
@@ -1,4 +1,4 @@
-# Created by: Vanilla Pooh Shu <vanilla@FreeBSD.org>
+# Created by: vanilla@
# $FreeBSD$
PORTNAME= gqview
@@ -10,7 +10,7 @@ MASTER_SITES= SF
MAINTAINER= lme@FreeBSD.org
COMMENT= Another gtk2-based graphic file viewer
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
USES= pkgconfig
USE_GNOME= gnomehier gtk20
@@ -18,16 +18,9 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-
-MAN1= gqview.1
-
-CONFLICTS= gqview-devel-[0-9]*
-
# Restrict to stable (even) versions, indicated by the second component.
PORTSCOUT= limitw:1,even
-NO_STAGE= yes
-
OPTIONS_DEFINE= DOCS NLS
.include <bsd.port.options.mk>
@@ -53,10 +46,10 @@ post-patch:
.endif
post-install:
- ${INSTALL_DATA} ${WRKSRC}/gqview.png ${PREFIX}/share/pixmaps
+ ${INSTALL_DATA} ${WRKSRC}/gqview.png ${STAGEDIR}${PREFIX}/share/pixmaps
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>