blob: bf64642f2e225d2b325e06b6128cc5d732c6d8b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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= xfdesktop:${PORTSDIR}/x11-wm/xfce4-desktop
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>
|