1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/misc/porteasy/Makefile
Dag-Erling Smørgrav 1f3c3106a8 Look for pkg-descr rather than pkg/DESCR.
Always use the -d option when invoking CVS, to work around breakage in CVS
(said breakage has reportedly been fixed in 1.11, but I haven't verified this)
Bump version number.
2000-10-09 11:45:46 +00:00

34 lines
562 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= 1.7
CATEGORIES= misc
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= des@FreeBSD.org
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_PERL5= yes
SRC= ${.CURDIR}/src
MAN8= porteasy.8
do-fetch:
@${DO_NADA}
do-install:
@${INSTALL_SCRIPT} ${SRC}/porteasy.pl ${PREFIX}/bin/porteasy
@${INSTALL_MAN} ${SRC}/porteasy.8 ${PREFIX}/man/man8
.include <bsd.port.mk>