2001-03-17 13:58:14 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: stowES
|
|
|
|
# Date created: Mar 17, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= stowES
|
2009-04-03 10:52:15 +02:00
|
|
|
PORTVERSION= 0.5.5
|
2001-03-17 13:58:14 +01:00
|
|
|
CATEGORIES= sysutils
|
2005-07-14 01:02:21 +02:00
|
|
|
MASTER_SITES= http://os.inf.tu-dresden.de/~adam/stowES/download/
|
2001-03-17 13:58:14 +01:00
|
|
|
|
2001-07-20 09:03:27 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= stow Enhancement Script
|
2001-03-17 13:58:14 +01:00
|
|
|
|
2001-07-20 09:03:27 +02:00
|
|
|
RUN_DEPENDS= stow:${PORTSDIR}/sysutils/stow
|
2001-03-17 13:58:14 +01:00
|
|
|
|
2002-10-18 23:21:09 +02:00
|
|
|
USE_PERL5= yes
|
2001-03-17 13:58:14 +01:00
|
|
|
USE_GMAKE= yes
|
2002-10-18 23:21:09 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-03-17 13:58:14 +01:00
|
|
|
|
2009-04-03 10:52:15 +02:00
|
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
PORTDOCS= AUTHORS ChangeLog NEWS README TODO \
|
|
|
|
${PORTNAME}.html ${PORTNAME}.pod ${PORTNAME}.txt
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s|'md5sum',|'md5',|" ${WRKSRC}/${PORTNAME}.in
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in ${PORTDOCS}
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
2001-03-17 13:58:14 +01:00
|
|
|
|
2001-08-15 22:33:16 +02:00
|
|
|
.include <bsd.port.mk>
|