freebsd-ports/devel/shtool/Makefile
Ralf S. Engelschall ba4cf9fabb Resign maintainership of the ports corresponding to software I developed
myself because I've not the necessary time to maintain the ports in a
reasonable way. This way others are encouraged to pick up those ports.
2004-03-14 11:23:26 +00:00

23 lines
432 B
Makefile

# New ports collection makefile for: shtool
# Date created: 26-Apr-1999
# Whom: Ralf S. Engelschall
#
# $FreeBSD$
#
PORTNAME= shtool
PORTVERSION= 1.6.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.ossp.org/pkg/tool/shtool/
MASTER_SITE_SUBDIR= shtool
MAINTAINER= ports@FreeBSD.org
COMMENT= The GNU Portable Shell Tool
USE_PERL5= yes
GNU_CONFIGURE= yes
MAN1= shtool.1 shtoolize.1
.include <bsd.port.mk>