freebsd-ports/sysutils/stowES/Makefile
Ying-Chieh Liao 8c110573ff add stowES
stow Enhancement Script
2001-03-17 12:58:14 +00:00

30 lines
583 B
Makefile

# ex:ts=8
# New ports collection makefile for: stowES
# Date created: Mar 17, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= stowES
PORTVERSION= 0.4.2
CATEGORIES= sysutils
MASTER_SITES= http://www.inf.tu-dresden.de/~al10/stowES/download/
MAINTAINER= ijliao@FreeBSD.org
#RUN_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 \
# stow:${PORTSDIR}/sysutils/stow
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= stowES.1
post-patch:
.for file in stowES.in stowES.pod
@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${file}
.endfor
.include <bsd.port.mk>