summaryrefslogtreecommitdiff
path: root/devel/shtool/Makefile
blob: 636dd8c5f1d235e6000caa5012f7716d3a036545 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	shtool
# Version required:		1.4.1
# Date created:			26-Apr-1999
# Whom:				Ralf S. Engelschall
#
# $Id: Makefile,v 1.10 1999/07/01 12:08:12 rse Exp $
#

DISTNAME=	shtool-1.4.1
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_GNU}
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>