2013-03-28 04:28:30 +01:00
|
|
|
# Created by: bruno schwander <bruno@tinkerbox.org>
|
2001-04-07 02:09:57 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libgeda
|
2009-02-08 17:33:55 +01:00
|
|
|
PORTVERSION= 1.4.3
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 6
|
2009-02-21 12:43:23 +01:00
|
|
|
PORTEPOCH= 1
|
2001-04-07 02:09:57 +02:00
|
|
|
CATEGORIES= cad
|
2009-02-08 17:33:55 +01:00
|
|
|
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \
|
|
|
|
http://geda.seul.org/release/v1.4/${PORTVERSION}/
|
2001-04-07 02:09:57 +02:00
|
|
|
|
2011-10-24 05:33:20 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-07-16 05:37:00 +02:00
|
|
|
COMMENT= The gEDA's tools base utility library
|
2001-04-07 02:09:57 +02:00
|
|
|
|
2013-12-11 15:53:20 +01:00
|
|
|
LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile
|
2001-04-07 02:09:57 +02:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2009-02-08 17:33:55 +01:00
|
|
|
INSTALLS_ICONS= yes
|
2013-12-30 23:16:41 +01:00
|
|
|
USES= gmake pathfix pkgconfig shared-mime-info
|
2013-03-28 06:21:21 +01:00
|
|
|
USE_GNOME= gtk20
|
2006-07-16 05:37:00 +02:00
|
|
|
USE_LDCONFIG= yes
|
2009-02-08 17:33:55 +01:00
|
|
|
CONFIGURE_ARGS= --disable-update-mime-database \
|
|
|
|
--disable-update-desktop-database
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2001-04-07 02:09:57 +02:00
|
|
|
|
2014-02-21 14:35:32 +01:00
|
|
|
OPTIONS_DEFINE= NLS
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2013-04-30 00:27:05 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2013-04-26 12:44:28 +02:00
|
|
|
USES+= gettext
|
2009-02-21 12:43:23 +01:00
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
2006-10-10 09:44:57 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -E \
|
|
|
|
-e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \
|
|
|
|
${WRKSRC}/configure
|
2004-03-07 15:52:40 +01:00
|
|
|
|
2001-04-07 02:09:57 +02:00
|
|
|
.include <bsd.port.mk>
|