blob: 513c2e686be507877933b9207904c57c561cc997 (
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
24
25
26
27
28
29
30
|
# New ports collection makefile for: xfce4-menueditor
# Date created: 2004-01-22
# Whom: Matt Lancereau <matt@rimasec.net>
#
# $FreeBSD$
#
PORTNAME= xfce4-menueditor
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= x11-wm xfce
MASTER_SITES= http://users.skynet.be/p0llux/files/
MAINTAINER= matt@rimasec.net
COMMENT= Menu Editor for the XFce desktop environment
LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui
USE_GNOME= gtk20 libxml2
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_LIBTOOL= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --disable-cvs
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>
|