1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/devel/shtool/Makefile
Ralf S. Engelschall 4db803d9c0 Remove useless --enable-batch from CONFIGURE_ARGS. That still doesn't enable
anything in GNU shtool, so get rid of it at all.

Submitted by: brad@comstyle.com
1999-12-24 21:39:56 +00:00

23 lines
412 B
Makefile

# New ports collection makefile for: shtool
# Version required: 1.4.7
# Date created: 26-Apr-1999
# Whom: Ralf S. Engelschall
#
# $FreeBSD$
#
DISTNAME= shtool-1.4.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.engelschall.com/sw/shtool/
MASTER_SITE_SUBDIR= shtool
MAINTAINER= rse@engelschall.com
USE_PERL5= yes
GNU_CONFIGURE= yes
MAN1= shtool.1 shtoolize.1
.include <bsd.port.mk>