mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
63408327b0
Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports, which removes the need to set MASTER_SITE_SUBDIR in any of them. This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE, namely sysutils/xfce4-bsdcpufreq-plugin. With hat: portmgr
25 lines
512 B
Makefile
25 lines
512 B
Makefile
# Created by: Olivier Duchateau <olivierd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xfce4-vala
|
|
PORTVERSION= 4.10.3
|
|
PORTREVISION= 1
|
|
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:${PORTSDIR}/lang/vala
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= pkgconfig gmake pathfix xfce tar:bzip2
|
|
USE_XFCE= panel
|
|
|
|
CONFIGURE_ARGS= --with-vala-api=0.26
|
|
|
|
.include <bsd.port.mk>
|