1999-04-26 18:44:37 +00:00
|
|
|
# New ports collection makefile for: shtool
|
1999-07-28 06:59:01 +00:00
|
|
|
# Version required: 1.4.5
|
1999-04-26 18:44:37 +00:00
|
|
|
# Date created: 26-Apr-1999
|
|
|
|
# Whom: Ralf S. Engelschall
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1999-04-26 18:44:37 +00:00
|
|
|
#
|
|
|
|
|
1999-07-28 06:59:01 +00:00
|
|
|
DISTNAME= shtool-1.4.5
|
1999-04-26 18:44:37 +00:00
|
|
|
CATEGORIES= devel
|
1999-07-11 10:23:43 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU} \
|
|
|
|
ftp://ftp.engelschall.com/sw/shtool/
|
1999-06-25 20:13:40 +00:00
|
|
|
MASTER_SITE_SUBDIR= shtool
|
1999-04-26 18:44:37 +00:00
|
|
|
|
|
|
|
MAINTAINER= rse@engelschall.com
|
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1999-07-07 18:55:02 +00:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --enable-batch
|
1999-04-26 18:44:37 +00:00
|
|
|
|
1999-07-07 18:55:02 +00:00
|
|
|
MAN1= shtool.1 shtoolize.1
|
1999-04-26 18:44:37 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|