1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Mark as broken: fails to build with modern compilers

With hat:	portmgr
This commit is contained in:
Baptiste Daroussin 2014-04-08 09:50:23 +00:00
parent 49f6ad4248
commit 7c84ecc968
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350589

View File

@ -11,27 +11,29 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= lambert@lambertfam.org
COMMENT= Morse code training program
BROKEN= Does not build with modern compilers
LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf automake libtool
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
--libdir="${LOCALBASE}/lib"
USES= gmake tar:bzip2
USES= gmake tar:bzip2 libtool
USE_GCC= any
PLIST_FILES= bin/aldo
MAN1= aldo.1
PLIST_FILES= bin/aldo \
man/man1/aldo.1.gz
AUTOTOOLSFILES= aclocal.m4
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|1.10|%%AUTOMAKE_APIVER%%|g' \
-e 's|2.61|%%AUTOCONF_VERSION%%|g' \
${WRKSRC}/aclocal.m4
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/aldo ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/aldo.1 ${MANPREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/src/aldo ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/aldo.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>