freebsd-ports/devel/shtool/Makefile
1999-07-17 14:57:21 +00:00

24 lines
503 B
Makefile

# New ports collection makefile for: shtool
# Version required: 1.4.4
# Date created: 26-Apr-1999
# Whom: Ralf S. Engelschall
#
# $Id: Makefile,v 1.13 1999/07/11 10:23:40 rse Exp $
#
DISTNAME= shtool-1.4.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.engelschall.com/sw/shtool/
MASTER_SITE_SUBDIR= shtool
MAINTAINER= rse@engelschall.com
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --enable-batch
MAN1= shtool.1 shtoolize.1
.include <bsd.port.mk>