summaryrefslogblamecommitdiff
path: root/sysutils/stowES/Makefile
blob: 9693f6863e68f7d55d0dd9eb1875f7d4f0020fda (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                    
                     


                                                                   
                                 
 
                                              
 




                                                 
 
                   



                   
                           
# 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.3
CATEGORIES=	sysutils
MASTER_SITES=	http://www.inf.tu-dresden.de/~al10/stowES/download/

MAINTAINER=	ports@FreeBSD.org

RUN_DEPENDS=	stow:${PORTSDIR}/sysutils/stow

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500021
RUN_DEPENDS+=	bzip2:${PORTSDIR}/archivers/bzip2
.endif

GNU_CONFIGURE=	yes
USE_GMAKE=	yes

MAN1=	stowES.1

.include <bsd.port.post.mk>