aboutsummaryrefslogtreecommitdiff
path: root/devel/regexxer/Makefile
blob: 5e6b29dc4582bd24f70ff49efb85f8d8f68440ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Rui Lopes <rui@ruilopes.com>

PORTNAME=	regexxer
PORTVERSION=	0.10
PORTREVISION=	6
CATEGORIES=	devel textproc gnome
MASTER_SITES=	GNOME

MAINTAINER=	kwm@FreeBSD.org
COMMENT=	Interactive tool for performing search and replace operations

USES=		compiler:c++11-lang gettext gmake gnome localbase pathfix \
		pkgconfig tar:xz
USE_CXXSTD=	c++11
GNU_CONFIGURE=	yes
USE_GNOME=	gnomeprefix intltool intlhack gtkmm30 gtksourceviewmm3

GLIB_SCHEMAS=	org.regexxer.gschema.xml

.include <bsd.port.mk>