summaryrefslogtreecommitdiff
path: root/ports-mgmt/portmaster/Makefile
blob: 017aa0858c5c73996d6da590d7e89b7e4fe06d00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:	portmaster
# Date created:				20 February 2006
# Whom:					Doug Barton <dougb@FreeBSD.org>
#
# $FreeBSD$
#
# This port is self contained in the files directory.
#

PORTNAME=	portmaster
PORTVERSION=	1.2
CATEGORIES=	sysutils
MASTER_SITES=	# none
DISTFILES=	# none

MAINTAINER=	dougb@FreeBSD.org
COMMENT=	Manage your ports without external databases or languages

NO_BUILD=	yes
SUB_FILES=	portmaster.sh

PLIST_FILES=	sbin/portmaster

MAN8=		portmaster.8

do-fetch:
	@${DO_NADA}

do-install:
	${INSTALL_SCRIPT} ${WRKDIR}/portmaster.sh ${PREFIX}/sbin/portmaster
	${INSTALL_MAN} ${FILESDIR}/portmaster.8 ${MAN8PREFIX}/man/man8

.include <bsd.port.mk>