diff options
Diffstat (limited to 'misc/xfce4-artwork/Makefile')
-rw-r--r-- | misc/xfce4-artwork/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/xfce4-artwork/Makefile b/misc/xfce4-artwork/Makefile new file mode 100644 index 000000000..893e8450e --- /dev/null +++ b/misc/xfce4-artwork/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xfwm4-artwork +# Date created: 3 August 2003 +# Whom: Dmitry Sivachenko <demon@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xfce4-artwork +PORTVERSION= 0.0.4 +PORTREVISION= 6 +CATEGORIES= misc xfce +MASTER_SITES= http://download.berlios.de/xfce-goodies/ +DIST_SUBDIR= xfce4 + +MAINTAINER= demon@FreeBSD.org +COMMENT= Additional artwork for the XFce4 desktop environment + +RUN_DEPENDS= ${LOCALBASE}/bin/xfdesktop:${PORTSDIR}/x11-wm/xfce4-desktop + +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> |