aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gregexp/Makefile
blob: 070b3fe292b8ecf88a3eeaf3d3534cbf2fed2a5e (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
# Created by: ijliao
# $FreeBSD$

PORTNAME=   gregexp
PORTVERSION=    0.4
PORTREVISION=   1
CATEGORIES= misc
MASTER_SITES=   http://dentrassi.de/download/gregexp/${PORTVERSION}/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Graphical regular expression explorer

DEPRECATED= GNOME 2 application
EXPIRATION_DATE=    2018-12-10

LIB_DEPENDS=    libpcre.so:devel/pcre

USES=       pkgconfig
USE_GNOME=  gnomeprefix libgnomeui
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.mk>