4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
29 lines
688 B
Makefile
29 lines
688 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-characters
|
|
PORTVERSION= 3.18.1
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= find and insert unusual characters for GNOME 3
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool
|
|
LIB_DEPENDS= libgjs.so:lang/gjs \
|
|
libunistring.so:devel/libunistring
|
|
|
|
USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz
|
|
USE_LDCONFIG= yes
|
|
INSTALLS_ICONS= yes
|
|
USE_GNOME= gtk30 intlhack introspection
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
GLIB_SCHEMAS= org.gnome.Characters.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|