aboutsummaryrefslogtreecommitdiff
path: root/x11/peeper
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2002-10-27 23:24:19 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2002-10-27 23:24:19 +0000
commitf46bbe3c9985ee364cc37c7531181463e9730274 (patch)
treee54ba836ca5029fcd0242e0860efdd71111fd67b /x11/peeper
parent41ab1ea0ada54260013ec7f316d9b45867929303 (diff)
downloadports-f46bbe3c9985ee364cc37c7531181463e9730274.tar.gz
ports-f46bbe3c9985ee364cc37c7531181463e9730274.zip
Support CFLAGS, and install documentation.
PR: 44489 Submitted by: KATO Tsuguru <tkato@prontomail.com> Approved by: pat
Notes
Notes: svn path=/head/; revision=68973
Diffstat (limited to 'x11/peeper')
-rw-r--r--x11/peeper/Makefile16
-rw-r--r--x11/peeper/pkg-plist2
2 files changed, 10 insertions, 8 deletions
diff --git a/x11/peeper/Makefile b/x11/peeper/Makefile
index 6dca2dbfe5cb..71b4c62218d0 100644
--- a/x11/peeper/Makefile
+++ b/x11/peeper/Makefile
@@ -8,24 +8,24 @@
PORTNAME= peeper
PORTVERSION= 0.1
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://peeper.sourceforge.net/
MAINTAINER= ports@FreeBSD.org
-USE_REINPLACE= yes
USE_GNOMENG= yes
-USE_GNOME= gtk12 imlib
+USE_GNOME= imlib
USE_GMAKE= yes
+MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} `${IMLIB_CONFIG} --cflags-gdk`" \
+ LIBS="`${IMLIB_CONFIG} --libs-gdk`"
ALL_TARGET= peeper
-MAKE_ENV= LIBS="-L${LOCALBASE}/lib -lpng -ljpeg -lungif -ltiff"
-
-post-patch:
- @${REINPLACE_CMD} -e "s|^CC|#CC|g" -e "s|CFLAGS=|CFLAGS+=|g" \
- -e "s|gtk-config|${GTK_CONFIG}|g" -e "s|-ldl||g" \
- -e "s|LIBS=|LIBS+=|g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/peeper ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
.include <bsd.port.mk>
diff --git a/x11/peeper/pkg-plist b/x11/peeper/pkg-plist
index d4f496e68220..ec50b731716f 100644
--- a/x11/peeper/pkg-plist
+++ b/x11/peeper/pkg-plist
@@ -1 +1,3 @@
bin/peeper
+%%PORTDOCS%%share/doc/peeper/README
+%%PORTDOCS%%@dirrm share/doc/peeper