1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/misc/gregexp/Makefile
Antoine Brodin 95e220d1be Deprecate some GNOME 2 applications
With hat:	portmgr
2018-10-07 20:25:16 +00:00

25 lines
502 B
Makefile

# 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>