1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/ports-mgmt/qtpkg/Makefile

22 lines
413 B
Makefile
Raw Normal View History

# New ports collection makefile for: qtpkg
# Date created: Wed Jan 3 2001
# Whom: Trenton Schulz <twschulz@cord.edu>
#
# $FreeBSD$
#
PORTNAME= qtpkg
2001-02-05 16:04:23 +00:00
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://gauss.cord.edu/homepages/twschulz/demo/
DISTNAME= qtpkg
MAINTAINER= twschulz@gloria.cord.edu
USE_QT_VER= 2
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qtpkg ${PREFIX}/sbin
.include <bsd.port.mk>