mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
cab57aec41
PR: ports/89642 Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
31 lines
825 B
Makefile
31 lines
825 B
Makefile
# New ports collection makefile for: gnome-colorscheme
|
|
# Date created: 30 August 2005
|
|
# Whom: Piotr Smyrak <smyru@heron.pl>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= colorscheme
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= graphics gnome
|
|
MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:S/.1$//}/
|
|
PKGNAMEPREFIX= gnome-
|
|
|
|
MAINTAINER= smyru@heron.pl
|
|
COMMENT= A color scheme builder for the GNOME desktop
|
|
|
|
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
|
|
gnomevfsmm-2.6:${PORTSDIR}/devel/gnome-vfsmm \
|
|
boost_thread.3:${PORTSDIR}/devel/boost \
|
|
cppunit-1.10:${PORTSDIR}/devel/cppunit
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui
|
|
GNU_CONFIGURE= yes
|
|
USE_GCC= 3.4+
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|