freebsd-ports/deskutils/caja-extensions/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

30 lines
698 B
Makefile

# Created by: Eric Turgeon <ericturgeon@ghostbsd.org>
# $FreeBSD$
PORTNAME= caja-extensions
PORTVERSION= 1.12.0
CATEGORIES= deskutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Set of extensions for Caja
LIB_DEPENDS= libgupnp-1.0.so:net/gupnp
PORTSCOUT= limitw:1,even
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_MATE= caja desktop
USE_GNOME= glib20 gtk20 intlhack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gtk=2.0
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.mate.Caja.Sendto.gschema.xml \
org.mate.caja-open-terminal.gschema.xml
.include <bsd.port.mk>