aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/qtpkg/Makefile
blob: 96bc108df4be760c3af80fe50a5154618db9deb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    qtpkg
# Date created:             Wed Jan 3 2001
# Whom:                 Trenton Schulz <twschulz@cord.edu>
#
# $FreeBSD$
#

PORTNAME=   qtpkg
PORTVERSION=    1.0
CATEGORIES= sysutils
MASTER_SITES=   http://gauss.cord.edu/homepages/twschulz/demo/
DISTNAME=   qtpkg

MAINTAINER= twschulz@gloria.cord.edu

USE_QT2=    yes

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/qtpkg ${PREFIX}/sbin

.include <bsd.port.mk>