mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
28 lines
603 B
Makefile
28 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= 6
|
|
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
|
|
CFLAGS+= ${PTHREAD_CFLAGS}
|
|
MAKE_ENV= LIBS="-lqt-mt ${PTHREAD_LIBS}"
|
|
|
|
PLIST_FILES= sbin/qtpkg
|
|
USE_QT_VER= 3
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/qtpkg ${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|