diff options
author | Lars Engels <lme@FreeBSD.org> | 2009-04-11 12:08:29 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2009-04-11 12:08:29 +0000 |
commit | c1ccd095a19bf23b6c33120ee2f5afa4ef33c812 (patch) | |
tree | e05f9cf8bdcbe53f7dd86d37ef138b76c138e7f0 /graphics/gqview/Makefile | |
parent | a640eafdaf0a5e87f73fec57716c4b4b299acaa4 (diff) |
Notes
Diffstat (limited to 'graphics/gqview/Makefile')
-rw-r--r-- | graphics/gqview/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index ebf4bd49d520..93913a84aa45 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -7,7 +7,7 @@ PORTNAME= gqview PORTVERSION= 2.0.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SFE MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,10 +22,15 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +MAKE_JOBS_SAFE= yes + MAN1= gqview.1 CONFLICTS= gqview-devel-[0-9]* +# Restrict to stable (even) versions, indicated by the second component. +PORTSCOUT= limitw:1,even + .if defined(WITHOUT_NLS) CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " @@ -47,7 +52,6 @@ post-patch: .endif post-install: - ${INSTALL_DATA} ${WRKSRC}/gqview.desktop ${PREFIX}/share/gnome/apps/Graphics ${INSTALL_DATA} ${WRKSRC}/gqview.png ${PREFIX}/share/pixmaps .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |