summaryrefslogtreecommitdiff
path: root/cad/libgeda
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-07-16 03:37:00 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-07-16 03:37:00 +0000
commit35b04741b516179263ab00d5e1806f12a96e7d97 (patch)
tree7b94f1664c4d6b634f4fc6d6b7a1942cd9016ebc /cad/libgeda
parent- Fix installdir to address GEDA directory structure unification (diff)
- Fix RCDIR to use unificated GEDA directory
- Use USE_LDCONFIG instead of INSTALLS_SHLIB - Fix comment - Bump PORTREVISION PR: ports/100223 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=167948
Diffstat (limited to 'cad/libgeda')
-rw-r--r--cad/libgeda/Makefile5
-rw-r--r--cad/libgeda/files/patch-configure11
2 files changed, 14 insertions, 2 deletions
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile
index 526a5162f979..39aa1ff43303 100644
--- a/cad/libgeda/Makefile
+++ b/cad/libgeda/Makefile
@@ -7,13 +7,14 @@
PORTNAME= libgeda
PORTVERSION= 20060123
+PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \
http://geda.seul.org/devel/${PORTVERSION}/ \
http://www.tinkerbox.org/projects/files/gEDA/
MAINTAINER= ssedov@mbsd.msk.ru
-COMMENT= gEDA tools base utility library
+COMMENT= The gEDA's tools base utility library
LIB_DEPENDS= gdgeda.6:${PORTSDIR}/graphics/libgdgeda \
guile.15:${PORTSDIR}/lang/guile
@@ -21,7 +22,7 @@ LIB_DEPENDS= gdgeda.6:${PORTSDIR}/graphics/libgdgeda \
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20 gnomehack
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-gdgeda
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/cad/libgeda/files/patch-configure b/cad/libgeda/files/patch-configure
new file mode 100644
index 000000000000..ca4a19d9cd81
--- /dev/null
+++ b/cad/libgeda/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Thu Jul 13 14:38:43 2006
++++ configure Thu Jul 13 14:39:08 2006
+@@ -25245,7 +25245,7 @@
+ # gEDA/gaf specific setup start
+ #
+
+-DATADIR=gEDA
++DATADIR=geda
+ GEDADATADIR=$datadir/$DATADIR
+
+ if eval "test x$opt_rcdir = x"; then