mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Stage support
This commit is contained in:
parent
76238fe5e3
commit
96cc6ec6fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342322
@ -36,7 +36,6 @@ PLIST_FILES= bin/quat
|
||||
|
||||
DESKTOP_ENTRIES="Quat" "3D Fractal Generator" "" "${PORTNAME}" "" ""
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS}
|
||||
@ -65,10 +64,8 @@ post-patch:
|
||||
${WRKSRC}/doc/Makefile.in
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@(cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \
|
||||
${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -11,12 +11,10 @@ MAINTAINER= novel@FreeBSD.org
|
||||
COMMENT= C-like scripting language with automatic memory management
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MAN1= arena.1
|
||||
|
||||
.if defined(WITH_PCRE)
|
||||
LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre
|
||||
CONFIGURE_ARGS+= --enable-pcre
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/arena
|
||||
%%DOCSDIR%%/manual.asc
|
||||
%%DOCSDIR%%/transform
|
||||
man/man1/arena.1.gz
|
||||
@dirrm %%DOCSDIR%%
|
||||
|
@ -11,9 +11,8 @@ COMMENT= A simple Lisp interpreter
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= ${PORTNAME}.1
|
||||
INFO= slisp
|
||||
PLIST_FILES= bin/slisp
|
||||
PLIST_FILES= bin/slisp \
|
||||
man/man1/slisp.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -11,11 +11,9 @@ COMMENT= Junk Mail Buffering Agent
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
|
||||
MAN1= jmba.1
|
||||
PLIST_FILES= bin/jmba
|
||||
MANCOMPRESSED= yes
|
||||
PLIST_FILES= bin/jmba \
|
||||
man/man1/jmba.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -20,9 +20,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
MAN1= wcalc.1
|
||||
PLIST_FILES= bin/wcalc \
|
||||
man/man1/wcalc.1.gz
|
||||
|
||||
PLIST_FILES= bin/wcalc
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user