# New ports collection makefile for: pup Printer Utility Program # Date created: 7 Nob 2002 # Whom: Klaus Goger # # $FreeBSD$ # PORTNAME= pup PORTVERSION= 1.1 CATEGORIES= print MASTER_SITES= http://download.sourceforge.net/pup/ DISTNAME= ${PORTNAME}_${PORTVERSION}_src MAINTAINER= klaus.goger@reflex.at COMMENT= A GTK+ printer setup and maintaining tool USE_GNOME= gtk12 USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}/ post-patch: @echo ${WRKSRC} @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g' ${WRKSRC}/Makefile .for file in lexgui.c build_choices.c proutines.c @${REINPLACE_CMD} -e 's|||g' ${WRKSRC}/${file} .endfor do-install: @${INSTALL_PROGRAM} ${WRKSRC}/pup ${PREFIX}/bin/ .include