summaryrefslogtreecommitdiff
path: root/devel/pinstall/Makefile
blob: 0d259a8c022bb8d5389e1aa1715873226dbf6d31 (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
# New ports collection makefile for:		pinstall
# Date created:					October 20th 2000
# Whom:						des
#
# $FreeBSD$
#
# This port is self contained in the src directory.
#

PORTNAME=	pinstall
PORTVERSION=	1.0
CATEGORIES=	devel
MASTER_SITES=	# none
DISTFILES=	# none

MAINTAINER=	des@FreeBSD.org
COMMENT=	A tool for installing files according to a packing list

NO_BUILD=	yes
NO_WRKSUBDIR=	yes
PLIST_FILES=	bin/pinstall
USE_PERL5=	yes

SRC=		${.CURDIR}/src

do-fetch:
	@${DO_NADA}

do-install:
	@${INSTALL_SCRIPT} ${SRC}/pinstall.pl ${PREFIX}/bin/pinstall

.include <bsd.port.mk>