summaryrefslogtreecommitdiff
path: root/misc/patchutils/Makefile
blob: 89a395393cdc9e73faa057c6e8fa26e64e63fa6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# ex:ts=8
# New ports collection makefile for:	patchutils
# Date created:			Jul 23, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	patchutils
PORTVERSION=	0.1.1
CATEGORIES=	misc
MASTER_SITES=	http://people.redhat.com/twaugh/ftp/patchutils/devel/

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=	filterdiff.1 interdiff.1

.include <bsd.port.mk>