blob: 336cb896807b34e283ca92fd2b9a907e3e8c3ae9 (
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
|
# New ports collection makefile for: fpkg
# Date created: 28 January 2006
# Whom: Yuki SHIMAZU <y.shimazu@nifty.com>
#
# $FreeBSD$
#
PORTNAME= fpkg
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://voodoo.bawue.com/download/ \
http://www.shimazu.org/fpkg/
DISTFILES= ${PORTNAME}-${PORTVERSION}
EXTRACT_ONLY=
MAINTAINER= y.shimazu@nifty.com
COMMENT= Package Tool Wrapper for FreeBSD
USES= perl5
NO_WRKSUBDIR= YES
NO_BUILD= YES
PLIST_FILES= bin/fpkg
do-install:
@${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
|