mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Fix RCDIR to use unificated GEDA directory
- Use USE_LDCONFIG instead of INSTALLS_SHLIB - Fix comment - Bump PORTREVISION PR: ports/100223 Submitted by: maintainer
This commit is contained in:
parent
47b7083fd1
commit
35b04741b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167948
@ -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"
|
||||
|
11
cad/libgeda/files/patch-configure
Normal file
11
cad/libgeda/files/patch-configure
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user