mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
9a4ad553c6
set CONFLICT in sgrep and sgrep2 Makefile
26 lines
472 B
Makefile
26 lines
472 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: sgrep2
|
|
# Date created: Oct 31, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sgrep2
|
|
PORTVERSION= 1.92a
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/
|
|
DISTNAME= sgrep-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A `grep' for structured text like SGML and HTML
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --datadir=${DATADIR}
|
|
|
|
CONFLICT= sgrep
|
|
|
|
MAN1= sgrep.1
|
|
|
|
.include <bsd.port.mk>
|