aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/qtpkg/Makefile
blob: be2422d1e4218d0c113e30b44b2133eef9849734 (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_QT_VER=	2

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

.include <bsd.port.mk>