mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
413d190273
Adopt.
23 lines
531 B
Makefile
23 lines
531 B
Makefile
# 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= Interactive tool for performing search and replace operations
|
|
|
|
USES= gettext gmake pathfix pkgconfig
|
|
USE_XZ= yes
|
|
GNU_CONFIGURE= 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>
|