freebsd-ports/ports-mgmt/qtpkg/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

26 lines
603 B
Makefile

# New ports collection makefile for: qtpkg
# Date created: Wed Jan 3 2001
# Whom: Trenton Schulz <twschulz@cord.edu>
#
# $FreeBSD$
#
PORTNAME= qtpkg
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= ports-mgmt
# mastersite disappeared around July 6 2003
MASTER_SITES= # http://gauss.cord.edu/homepages/twschulz/demo/
DISTNAME= qtpkg
MAINTAINER= ports@FreeBSD.org
COMMENT= A Qt based package removal tool
MAKE_ENV= LIBS="-lqt-mt ${PTHREAD_LIBS}" CFLAGS="${PTHREAD_CFLAGS}"
PLIST_FILES= sbin/qtpkg
USE_QT_VER= 3
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qtpkg ${PREFIX}/sbin
.include <bsd.port.mk>