freebsd-ports/misc/porteasy/Makefile
Dag-Erling Smørgrav 8a8dea62ac Before performing any work, unset a number of environment variables which
may adversely affect the port build.  See the man page for details.
2004-12-30 17:45:43 +00:00

37 lines
700 B
Makefile

# New ports collection makefile for: porteasy
# Date created: September 19th 2000
# Whom: des
#
# $FreeBSD$
#
# This port is self contained in the src directory.
#
PORTNAME= porteasy
PORTVERSION= 2.8.3
CATEGORIES= misc
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>