summaryrefslogtreecommitdiff
path: root/devel/shtool/Makefile
blob: 630aa9a81517e44818ebf3d619bd4e37eaedea86 (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.2.7
# Date created:			26-Apr-1999
# Whom:				Ralf S. Engelschall
#
# $Id: Makefile,v 1.5 1999/05/06 12:49:57 rse Exp $
#

DISTNAME=	shtool-1.2.7
CATEGORIES=	devel
MASTER_SITES=	http://www.engelschall.com/sw/shtool/ \
		ftp://ftp.engelschall.com/sw/shtool/

MAINTAINER=	rse@engelschall.com

USE_PERL5=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix=${PREFIX}

MAN1=		shtool.1

.include <bsd.port.mk>