mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
b460bd6543
This has been part of the base OS since 4.4.
27 lines
487 B
Makefile
27 lines
487 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.5.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://os.inf.tu-dresden.de/~adam/stowES/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= stow Enhancement Script
|
|
|
|
RUN_DEPENDS= stow:${PORTSDIR}/sysutils/stow
|
|
|
|
USE_PERL5= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= stowES.1
|
|
|
|
.include <bsd.port.mk>
|