From f46bbe3c9985ee364cc37c7531181463e9730274 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sun, 27 Oct 2002 23:24:19 +0000 Subject: Support CFLAGS, and install documentation. PR: 44489 Submitted by: KATO Tsuguru Approved by: pat --- x11/peeper/Makefile | 16 ++++++++-------- x11/peeper/pkg-plist | 2 ++ 2 files changed, 10 insertions(+), 8 deletions(-) (limited to 'x11') 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 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 -- cgit v1.2.3