mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
30 lines
663 B
Makefile
30 lines
663 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mate-terminal
|
|
PORTVERSION= 1.12.1
|
|
CATEGORIES= x11 mate
|
|
MASTER_SITES= MATE
|
|
DIST_SUBDIR= mate
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Terminal component for the MATE Desktop
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gmake pathfix pkgconfig shebangfix tar:xz
|
|
USE_MATE= desktop
|
|
USE_XORG= sm x11
|
|
USE_GNOME= dconf gtk20 intlhack vte
|
|
SHEBANG_FILES= mate-terminal.wrapper
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-gtk=2.0
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
GLIB_SCHEMAS= org.mate.terminal.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|