mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
1: Stagify.
2: remove CONFLICTS Approved by: portmgr@
This commit is contained in:
parent
a898640505
commit
dbfb9a5bba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357955
2 changed files with 6 additions and 12 deletions
|
@ -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>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
bin/gqview
|
||||
man/man1/gqview.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/10_1_general.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/10_2_image.html
|
||||
|
|
Loading…
Add table
Reference in a new issue