ports/misc/patchutils/Makefile
Ying-Chieh Liao d0ef93909e upgrade to 0.2.8
change mastersite & WWW
2002-02-01 11:26:25 +00:00

26 lines
578 B
Makefile

# ex:ts=8
# New ports collection makefile for: patchutils
# Date created: Jul 23, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= patchutils
PORTVERSION= 0.2.8
CATEGORIES= misc
MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
MAN1= combinediff.1 filterdiff.1 fixcvsdiff.1 grepdiff.1 interdiff.1 \
lsdiff.1 rediff.1 splitdiff.1
.include <bsd.port.mk>