1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/ports-mgmt/porteasy/Makefile
2012-09-05 15:43:33 +00:00

30 lines
544 B
Makefile

# $FreeBSD$
PORTNAME= porteasy
PORTVERSION= 2.8.5
CATEGORIES= ports-mgmt
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= des@FreeBSD.org
COMMENT= A tool for fetching and building ports
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_PERL5= yes
SRC= ${.CURDIR}/src
MAN8= porteasy.8
do-fetch:
@${DO_NADA}
do-configure:
@${SED} "s,%%PREFIX%%,${PREFIX}," ${SRC}/porteasy.pl >${WRKDIR}/porteasy
do-install:
@${INSTALL_SCRIPT} ${WRKDIR}/porteasy ${PREFIX}/bin/porteasy
@${INSTALL_MAN} ${SRC}/porteasy.8 ${PREFIX}/man/man8
.include <bsd.port.mk>