freebsd-ports/devel/xfce4-vala/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

24 lines
500 B
Makefile

# Created by: Olivier Duchateau <olivierd@FreeBSD.org>
# $FreeBSD$
PORTNAME= xfce4-vala
PORTVERSION= 4.10.3
PORTREVISION= 3
CATEGORIES= devel xfce
MASTER_SITES= XFCE/src/bindings/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Vala binding for the Xfce core libraries
LICENSE= LGPL21
BUILD_DEPENDS= valac:lang/vala
GNU_CONFIGURE= yes
USES= pkgconfig gmake pathfix xfce tar:bzip2
USE_XFCE= panel
CONFIGURE_ARGS= --with-vala-api=0.30
.include <bsd.port.mk>