1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/deskutils/qrfcview/Makefile
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

29 lines
620 B
Makefile

# New ports collection makefile for: qrfcview
# Date created: 9 February 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= qrfcview
PORTVERSION= 0.62
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= CENKES BERLIOS
EXTRACT_SUFX= .tgz
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Graphical RFC viewer
USE_QT_VER= 4
QT_COMPONENTS= gui network corelib designer qmake uic moc rcc
PLIST_FILES= bin/qRFCView
pre-build:
@cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} -unix rfcview.pro
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/bin/qRFCView ${PREFIX}/bin/
.include <bsd.port.mk>