Lines 6-30
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME=colorscheme |
8 |
PORTNAME=colorscheme |
9 |
PORTVERSION=0.3.1 |
9 |
PORTVERSION=0.3.91 |
10 |
CATEGORIES=graphics gnome |
10 |
CATEGORIES=graphics gnome |
11 |
MASTER_SITES=http://download.gna.org/${PORTNAME}/${PORTVERSION:S/.1$//}/ |
11 |
MASTER_SITES=http://download.gna.org/${PORTNAME}/releases/ |
12 |
PKGNAMEPREFIX=gnome- |
12 |
PKGNAMEPREFIX=gnome- |
13 |
|
13 |
|
14 |
MAINTAINER=smyru@heron.pl |
14 |
MAINTAINER=smyru@heron.pl |
15 |
COMMENT=A color scheme builder for the GNOME desktop |
15 |
COMMENT=A color scheme builder for the GNOME desktop |
16 |
|
16 |
|
17 |
LIB_DEPENDS=gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ |
17 |
LIB_DEPENDS=gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 \ |
18 |
gnomevfsmm-2.6:${PORTSDIR}/devel/gnome-vfsmm \ |
18 |
boost_thread.3:${PORTSDIR}/devel/boost |
19 |
boost_thread.3:${PORTSDIR}/devel/boost \ |
19 |
|
20 |
cppunit-1.10:${PORTSDIR}/devel/cppunit |
20 |
OPTIONS=GNOME"Build with GNOME support"on |
21 |
|
21 |
|
22 |
USE_BZIP2=yes |
22 |
USE_BZIP2=yes |
|
|
23 |
USE_GETTEXT=yes |
23 |
USE_GMAKE=yes |
24 |
USE_GMAKE=yes |
24 |
USE_X_PREFIX=yes |
25 |
USE_X_PREFIX=yes |
25 |
USE_GNOME=gnomeprefix gnomehack intlhack libgnomeui |
26 |
USE_GNOME=gnomeprefix gnomehack intlhack libgnomeui |
26 |
GNU_CONFIGURE=yes |
27 |
GNU_CONFIGURE=yes |
27 |
USE_GCC=3.4+ |
28 |
USE_GCC=3.4+ |
28 |
CONFIGURE_ENV=CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" |
29 |
CONFIGURE_ENV=CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" |
|
|
30 |
|
31 |
.if defined(WITHOUT_GNOME) |
32 |
CONFIGURE_ARGS+=--disable-gnome --disable-gconf |
33 |
.endif |
29 |
|
34 |
|
30 |
.include <bsd.port.mk> |
35 |
.include <bsd.port.mk> |