freebsd-ports/sysutils/stowES/Makefile

27 lines
507 B
Makefile
Raw Normal View History

2001-03-17 07:58:14 -05: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
2001-07-20 03:03:27 -04:00
PORTVERSION= 0.4.3
2001-03-17 07:58:14 -05:00
CATEGORIES= sysutils
MASTER_SITES= http://www.inf.tu-dresden.de/~al10/stowES/download/
2001-07-20 03:03:27 -04:00
MAINTAINER= ports@FreeBSD.org
2001-03-17 07:58:14 -05:00
2001-07-20 03:03:27 -04:00
RUN_DEPENDS= stow:${PORTSDIR}/sysutils/stow
2001-08-15 16:33:16 -04:00
.if !exists(/usr/bin/bzip2)
2001-07-20 03:03:27 -04:00
RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
.endif
2001-03-17 07:58:14 -05:00
2001-07-20 03:03:27 -04:00
GNU_CONFIGURE= yes
2001-03-17 07:58:14 -05:00
USE_GMAKE= yes
MAN1= stowES.1
2001-08-15 16:33:16 -04:00
.include <bsd.port.mk>