1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

37 lines
896 B
Makefile

# New ports collection makefile for: pup Printer Utility Program
# Date created: 7 Nob 2002
# Whom: Klaus Goger <klaus.goger@reflex.at>
#
# $FreeBSD$
#
PORTNAME= pup
PORTVERSION= 1.1
PORTREVISION= 4
CATEGORIES= print
#MASTER_SITES= http://download.sourceforge.net/pup/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}_${PORTVERSION}_src
MAINTAINER= ports@FreeBSD.org
COMMENT= A GTK+ printer setup and maintaining tool
PLIST_FILES= bin/pup
USE_GNOME= gtk12
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|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/${file}
.endfor
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/pup ${PREFIX}/bin/
.include <bsd.port.mk>