mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- support stage
This commit is contained in:
parent
4d3b3b848c
commit
093ee902b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361482
@ -33,27 +33,14 @@ CONFIGURE_ARGS= --cc=${CC} --ccflags="${CFLAGS}" --cxx=${CXX} --link=${CXX} \
|
||||
CONFIGURE_SCRIPT= Configure.pl
|
||||
INSTALL_TARGET= install-dev
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= bison gmake perl5
|
||||
|
||||
MAN1= ops2c.1 \
|
||||
parrot.1 \
|
||||
parrot-nqp.1 \
|
||||
parrot-prove.1 \
|
||||
parrot_config.1 \
|
||||
parrot_nci_thunk_gen.1 \
|
||||
parrotbug.1 \
|
||||
pbc_to_exe.1 \
|
||||
plumage.1 \
|
||||
winxed.1
|
||||
USES= bison gmake perl5 tar:bzip2
|
||||
|
||||
PARROT_SHARE_DIR= share/doc/${PORTNAME}/${PORTVERSION}
|
||||
PARROT_DOCS= ${PARROT_SHARE_DIR}
|
||||
PLIST_SUB+= PARROT_VER="${PORTVERSION}" \
|
||||
PARROT_DOCS="${PARROT_DOCS}"
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/Makefile.common"
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -589,6 +589,16 @@ lib/parrot/%%PARROT_VER%%/tools/myconfig
|
||||
%%PARROT_DOCS%%/TODO
|
||||
%%DATADIR%%/%%PARROT_VER%%/MANIFEST
|
||||
%%DATADIR%%/%%PARROT_VER%%/MANIFEST.dev
|
||||
man/man1/ops2c.1.gz
|
||||
man/man1/parrot-nqp.1.gz
|
||||
man/man1/parrot-prove.1.gz
|
||||
man/man1/parrot.1.gz
|
||||
man/man1/parrot_config.1.gz
|
||||
man/man1/parrot_nci_thunk_gen.1.gz
|
||||
man/man1/parrotbug.1.gz
|
||||
man/man1/pbc_to_exe.1.gz
|
||||
man/man1/plumage.1.gz
|
||||
man/man1/winxed.1.gz
|
||||
src/parrot/%%PARROT_VER%%/config_lib.pir
|
||||
src/parrot/%%PARROT_VER%%/pmc/addrregistry.dump
|
||||
src/parrot/%%PARROT_VER%%/pmc/alarm.dump
|
||||
|
Loading…
Reference in New Issue
Block a user