aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gregexp/Makefile
blob: 800f2f7e1daa69ccb129a7b4018570be1fb88c32 (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
25
26
# ex:ts=8
# Ports collection makefile for:    gregexp
# Date created:         May 4, 2004
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   gregexp
PORTVERSION=    0.3
PORTREVISION=   7
CATEGORIES= misc
MASTER_SITES=   http://dentrassi.de/download/gregexp/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A graphical regular expression explorer

LIB_DEPENDS=    pcre.0:${PORTSDIR}/devel/pcre

USE_GNOME=  gnomeprefix libgnomeui
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>