mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
21 lines
426 B
Makefile
21 lines
426 B
Makefile
# Created by: ijliao
|
|
# $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}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Grep for structured text like SGML and HTML
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --datadir=${DATADIR}
|
|
|
|
CONFLICTS= sgrep-0.*
|
|
|
|
.include <bsd.port.mk>
|