2013-01-31 14:38:42 +01:00
|
|
|
# Created by: Piotr Smyrak <smyru@heron.pl>
|
2005-08-31 02:54:05 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2007-03-21 19:49:13 +01:00
|
|
|
PORTNAME= agave
|
2014-08-10 10:22:55 +02:00
|
|
|
PORTVERSION= 0.4.7
|
2014-09-01 21:34:02 +02:00
|
|
|
PORTREVISION= 1
|
2005-08-31 02:54:05 +02:00
|
|
|
CATEGORIES= graphics gnome
|
2007-03-21 19:49:13 +01:00
|
|
|
MASTER_SITES= http://download.gna.org/colorscheme/releases/
|
2005-08-31 02:54:05 +02:00
|
|
|
|
2014-07-23 19:07:12 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-06-13 09:36:27 +02:00
|
|
|
COMMENT= Color scheme builder for the GNOME desktop
|
2005-08-31 02:54:05 +02:00
|
|
|
|
2014-08-10 10:22:55 +02:00
|
|
|
LICENSE= GPLv2 # (or later)
|
2006-06-16 20:47:53 +02:00
|
|
|
|
2014-08-10 10:22:55 +02:00
|
|
|
LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \
|
|
|
|
libglademm-2.4.so:${PORTSDIR}/devel/libglademm24
|
2005-08-31 02:54:05 +02:00
|
|
|
|
2014-08-10 10:22:55 +02:00
|
|
|
USES= gettext gmake pathfix pkgconfig tar:bzip2
|
2015-08-02 22:23:55 +02:00
|
|
|
USE_GNOME= gconfmm26 gnomedocutils gnomeprefix gtkmm24 intltool
|
2014-08-10 10:22:55 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --disable-scrollkeeper \
|
|
|
|
--disable-schemas-install \
|
|
|
|
--disable-cppunit
|
2007-03-21 19:49:13 +01:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
INSTALLS_OMF= yes
|
2014-08-10 10:22:55 +02:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2005-08-31 02:54:05 +02:00
|
|
|
|
2014-08-10 10:22:55 +02:00
|
|
|
GCONF_SCHEMAS= agave.schemas
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= GNOME
|
|
|
|
|
|
|
|
GNOME_USE= gnome=libgnomeui
|
|
|
|
GNOME_CONFIGURE_ENABLE= gnome
|
2006-06-16 20:47:53 +02:00
|
|
|
|
2014-08-10 10:22:55 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's| _GCS_| __GCS_|' ${WRKSRC}/src/gcs-conf.h
|
2006-06-16 20:47:53 +02:00
|
|
|
|
2014-08-10 10:22:55 +02:00
|
|
|
.include <bsd.port.mk>
|