mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
00edfdcb7b
PR: ports/13988 Submitted by: Doug <Doug@gorean.org>
29 lines
711 B
Makefile
29 lines
711 B
Makefile
# New ports collection makefile for: xfce
|
|
# Version required: 3.1.1
|
|
# Date created: 30 June 1997
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xfce-3.1.1
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://www.xfce.org/archive/
|
|
|
|
MAINTAINER= nacai@iname.com
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
|
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \
|
|
--datadir=${PREFIX}/share/
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
|
|
|
MAN1= xfbd.1 xfce.1 xfclock.1 xfhelp.1 xfmouse.1 xfpager.1 xfprint.1 \
|
|
xfsound.1 xfterm.1 xftrash.1 xftree.1 xfwm.1
|
|
|
|
.include <bsd.port.mk>
|