freebsd-ports/sysutils/stowES/Makefile

27 lines
487 B
Makefile
Raw Normal View History

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
PORTVERSION= 0.5.4
PORTREVISION= 1
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
USE_PERL5= yes
2001-03-17 13:58:14 +01:00
USE_GMAKE= yes
GNU_CONFIGURE= yes
2001-03-17 13:58:14 +01:00
MAN1= stowES.1
2001-08-15 22:33:16 +02:00
.include <bsd.port.mk>