mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stage support
- shebangfix a bash script
This commit is contained in:
parent
e07bf93a0a
commit
51ffa8efa2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338175
@ -22,14 +22,12 @@ DOCSDIR= ${PREFIX}/share/doc/geda
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gtk20
|
||||
USES= pkgconfig
|
||||
USES= pkgconfig shebangfix
|
||||
SHEBANG_FILES= scripts/sch2eaglepos.sh
|
||||
CONFIGURE_ARGS= --with-docdir=${DOCSDIR}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
MAN1= gnetlist.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E \
|
||||
-e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \
|
||||
|
@ -2,6 +2,7 @@ bin/gnetlist
|
||||
bin/mk_verilog_syms
|
||||
bin/sch2eaglepos.sh
|
||||
bin/sw2asc
|
||||
man/man1/gnetlist.1.gz
|
||||
%%DOCSDIR%%/man/gnetlist.html
|
||||
%%DOCSDIR%%/readmes/README.bom
|
||||
%%DOCSDIR%%/readmes/README.eagle
|
||||
|
Loading…
Reference in New Issue
Block a user