blob: f2867dd9ca02b78ba08bf2f8b785f76b4c7d9721 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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= rse@engelschall.com
COMMENT= The GNU Portable Shell Tool
USE_PERL5= yes
GNU_CONFIGURE= yes
MAN1= shtool.1 shtoolize.1
.include <bsd.port.mk>
|