blob: f4582b0f2a9d139cc0df1b7f8ab51433b40d9d77 (
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
31
32
33
34
35
36
37
|
# New ports collection makefile for: Xfce Foundation Classes
# Date created: 1 Jun 2005
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xfc
PORTVERSION= 4.3.1
PORTREVISION= 5
CATEGORIES= devel xfce
MASTER_SITES= http://xfc.xfce.org/download/${PORTVERSION}/src/
MAINTAINER= demon@FreeBSD.org
COMMENT= The Xfce Foundation Classes
LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20
USE_BZIP2= yes
USE_GMAKE= yes
USE_GETTEXT= yes
USE_GNOME= glib20 gtk20 atk pango pkgconfig libglade2 gnomehack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \
CPPFLAGS=-I${LOCALBASE}/include \
LIBS=-L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.elif ${OSVERSION} >= 700000
BROKEN= Does not compile with GCC 4.2
.endif
.include <bsd.port.post.mk>
|