Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= geda |
4 |
PORTNAME= geda |
5 |
PORTVERSION= 1.8.2 |
5 |
PORTVERSION= 1.8.2 |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 2 |
7 |
PORTEPOCH= 1 |
7 |
PORTEPOCH= 1 |
8 |
CATEGORIES= cad |
8 |
CATEGORIES= cad |
9 |
MASTER_SITES= http://ftp.geda-project.org/geda-gaf/stable/%SUBDIR%/ |
9 |
MASTER_SITES= http://ftp.geda-project.org/geda-gaf/stable/%SUBDIR%/ |
Lines 19-28
Link Here
|
19 |
libguile.so:${PORTSDIR}/lang/guile |
19 |
libguile.so:${PORTSDIR}/lang/guile |
20 |
RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk |
20 |
RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk |
21 |
|
21 |
|
22 |
OPTIONS_DEFINE= DOCS |
22 |
USES= desktop-file-utils gettext gmake libtool pathfix perl5 \ |
23 |
|
23 |
pkgconfig python:run shared-mime-info shebangfix |
24 |
USES= desktop-file-utils gettext gmake pathfix libtool perl5 \ |
|
|
25 |
pkgconfig shared-mime-info shebangfix |
26 |
SHEBANG_FILES= examples/lightning_detector/bom libgeda/docs/*.dox \ |
24 |
SHEBANG_FILES= examples/lightning_detector/bom libgeda/docs/*.dox \ |
27 |
utils/gxyrs/*.pl utils/scripts/* \ |
25 |
utils/gxyrs/*.pl utils/scripts/* \ |
28 |
utils/docs/*.dox gattrib/docs/*.dox \ |
26 |
utils/docs/*.dox gattrib/docs/*.dox \ |
Lines 30-38
Link Here
|
30 |
gnetlist/docs/*.dox |
28 |
gnetlist/docs/*.dox |
31 |
USE_GNOME= gtk20 |
29 |
USE_GNOME= gtk20 |
32 |
USE_PERL5= run |
30 |
USE_PERL5= run |
33 |
USE_PYTHON_RUN= yes |
|
|
34 |
GNU_CONFIGURE= yes |
31 |
GNU_CONFIGURE= yes |
35 |
CONFIGURE_ARGS= --with-libstroke=${LOCALBASE} |
32 |
CONFIGURE_ARGS= --with-libstroke=${LOCALBASE} |
|
|
33 |
INSTALL_TARGET= install-strip |
36 |
USE_LDCONFIG= yes |
34 |
USE_LDCONFIG= yes |
37 |
INSTALLS_ICONS= yes |
35 |
INSTALLS_ICONS= yes |
38 |
|
36 |
|
Lines 50-56
Link Here
|
50 |
|
48 |
|
51 |
PORTSCOUT= limitw:1,even |
49 |
PORTSCOUT= limitw:1,even |
52 |
|
50 |
|
53 |
.include <bsd.port.options.mk> |
51 |
OPTIONS_DEFINE= DOCS |
54 |
|
52 |
|
55 |
post-patch: |
53 |
post-patch: |
56 |
.for dir in gattrib gschem libgeda |
54 |
.for dir in gattrib gschem libgeda |