summaryrefslogblamecommitdiffstats
path: root/devel/regexxer/Makefile
blob: b9716bc3ba89ae0cef766d958e5bcb9364229d37 (plain) (tree)





























                                                                                
# New ports collection makefile for:    regexxer
# Date created:             15 February 2003
# Whom:                 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

LIB_DEPENDS=    gtkmm-3.0.1:${PORTSDIR}/x11-toolkits/gtkmm30 \
        gtksourceviewmm-3.0.0:${PORTSDIR}/x11-toolkits/gtksourceviewmm3

USE_GETTEXT=    yes
USE_XZ=     yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_GNOME=  gnomehack gnomeprefix intltool intlhack
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
INSTALLS_ICONS= yes

GLIB_SCHEMAS=   org.regexxer.gschema.xml

.include <bsd.port.mk>