1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/science/simlib/Makefile
Wen Heping 0dea019230 - Update to 3.02
- Fix build on Head
- Reset maintainer to ports@
2013-09-21 11:02:36 +00:00

36 lines
1.1 KiB
Makefile

# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$
PORTNAME= simlib
PORTVERSION= 3.02
CATEGORIES= science
MASTER_SITES= http://www.fit.vutbr.cz/~peringer/SIMLIB/source/
DISTNAME= ${PORTNAME}-${PORTVERSION}-20111030
MAINTAINER= ports@FreeBSD.org
COMMENT= SIMulation LIBrary for C++ programming language
USES= gmake
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
CXXFLAGS+= -fPIC
NOT_FOR_ARCHS= ia64 powerpc sparc64
NOT_FOR_ARCHS_REASON= contains not working ${ARCH}-dependent assembly code
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|make|gmake|g' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \
${WRKSRC}/src/Makefile.generic
@${REINPLACE_CMD} -e 's#g++#${CXX}#g' \
${WRKSRC}/src/Makefile.FreeBSD-i386 \
${WRKSRC}/examples/Makefile.FreeBSD-i386 \
${WRKSRC}/tests/Makefile.FreeBSD-i386
@${MV} ${WRKSRC}/src/Makefile.FreeBSD-i386 ${WRKSRC}/src/Makefile
@${MV} ${WRKSRC}/examples/Makefile.FreeBSD-i386 ${WRKSRC}/examples/Makefile
@${MV} ${WRKSRC}/tests/Makefile.FreeBSD-i386 ${WRKSRC}/tests/Makefile
.include <bsd.port.mk>