mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Take maintainership
- Modernize Makefile - Remove conflict with devel/jam
This commit is contained in:
parent
7aef37f62e
commit
a272fc1798
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348201
@ -6,16 +6,14 @@ PORTVERSION= 2.5.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/freetype/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
COMMENT= Small build tool that can be used as a replacement for make(1)
|
||||
|
||||
CONFLICTS= jam-[0-9]*
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake tar:bzip2
|
||||
|
||||
PORTDOCS= \
|
||||
Jam.html \
|
||||
PORTDOCS= Jam.html \
|
||||
Jambase.html \
|
||||
Jamfile.html \
|
||||
Porting \
|
||||
@ -26,18 +24,14 @@ PORTDOCS= \
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
do-configure:
|
||||
@${REINPLACE_CMD} -E \
|
||||
-e 's|^(CC[[:space:]]*=).*$$|\1${CC}|' \
|
||||
-e 's|^(CFLAGS[[:space:]]*=).*$$|\1${CFLAGS}|' \
|
||||
${BUILD_WRKSRC}/${MAKEFILE}
|
||||
@${REINPLACE_CMD} -e '/^CC/s|=|?=|; /^CFLAGS/s|=|?=|' \
|
||||
${BUILD_WRKSRC}/${MAKEFILE}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
. for file in ${PORTDOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
||||
. for f in ${PORTDOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
||||
. endfor
|
||||
# INSTALL_WRKSRC changes depending on ARCH
|
||||
@${INSTALL_PROGRAM} `${FIND} ${WRKSRC} -name "bin.unix*"`/jam \
|
||||
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/bin.unix/jam ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user