mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
23 lines
422 B
Makefile
23 lines
422 B
Makefile
|
# New ports collection makefile for: shtool
|
||
|
# Version required: 1.1.0
|
||
|
# Date created: 26-Apr-1999
|
||
|
# Whom: Ralf S. Engelschall
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= shtool-1.1.0
|
||
|
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>
|