mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
0f0e1b56fd
PR: 50768 Submitted by: Reinhard Lenninger <reinhard.lenninger@web.de>
25 lines
531 B
Makefile
25 lines
531 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= 1
|
|
CATEGORIES= sysutils
|
|
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}"
|
|
|
|
USE_QT_VER= 3
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/qtpkg ${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|