Lines 7-19
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= libgeda |
8 |
PORTNAME= libgeda |
9 |
PORTVERSION= 20060123 |
9 |
PORTVERSION= 20060123 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= cad |
11 |
CATEGORIES= cad |
11 |
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \ |
12 |
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \ |
12 |
http://geda.seul.org/devel/${PORTVERSION}/ \ |
13 |
http://geda.seul.org/devel/${PORTVERSION}/ \ |
13 |
http://www.tinkerbox.org/projects/files/gEDA/ |
14 |
http://www.tinkerbox.org/projects/files/gEDA/ |
14 |
|
15 |
|
15 |
MAINTAINER= ssedov@mbsd.msk.ru |
16 |
MAINTAINER= ssedov@mbsd.msk.ru |
16 |
COMMENT= gEDA tools base utility library |
17 |
COMMENT= The gEDA's tools base utility library |
17 |
|
18 |
|
18 |
LIB_DEPENDS= gdgeda.6:${PORTSDIR}/graphics/libgdgeda \ |
19 |
LIB_DEPENDS= gdgeda.6:${PORTSDIR}/graphics/libgdgeda \ |
19 |
guile.15:${PORTSDIR}/lang/guile |
20 |
guile.15:${PORTSDIR}/lang/guile |
Lines 21-27
Link Here
|
21 |
GNU_CONFIGURE= yes |
22 |
GNU_CONFIGURE= yes |
22 |
USE_GMAKE= yes |
23 |
USE_GMAKE= yes |
23 |
USE_GNOME= gtk20 gnomehack |
24 |
USE_GNOME= gtk20 gnomehack |
24 |
INSTALLS_SHLIB= yes |
25 |
USE_LDCONFIG= yes |
25 |
CONFIGURE_ARGS= --enable-gdgeda |
26 |
CONFIGURE_ARGS= --enable-gdgeda |
26 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
27 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
27 |
LDFLAGS="-L${LOCALBASE}/lib" |
28 |
LDFLAGS="-L${LOCALBASE}/lib" |