freebsd-ports/textproc/sgrep2/Makefile

21 lines
426 B
Makefile
Raw Normal View History

# Created by: ijliao
1999-08-31 04:11:56 +02:00
# $FreeBSD$
PORTNAME= sgrep2
PORTVERSION= 1.94a
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jkoshy
DISTNAME= sgrep-${PORTVERSION}
2008-03-23 08:41:08 +01:00
MAINTAINER= ports@FreeBSD.org
2014-01-06 22:23:31 +01:00
COMMENT= Grep for structured text like SGML and HTML
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${DATADIR}
CONFLICTS= sgrep-0.*
.include <bsd.port.mk>