summaryrefslogtreecommitdiffstats
path: root/devel/regexxer/Makefile
blob: e2766f86995b8c38cdbb607d7f31b5749d942482 (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
# Created by: Rui Lopes <rui@ruilopes.com>
# $FreeBSD$

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

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

USES=       gettext pathfix pkgconfig
USE_XZ=     yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_GNOME=  gnomeprefix intltool intlhack gtkmm30 gtksourceviewmm3
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
INSTALLS_ICONS= yes

GLIB_SCHEMAS=   org.regexxer.gschema.xml

.include <bsd.port.mk>