svn commit: r370062 - in head/comms/aldo: . files
Tijl Coosemans
tijl at FreeBSD.org
Sun Oct 5 13:22:07 UTC 2014
Author: tijl
Date: Sun Oct 5 13:22:06 2014
New Revision: 370062
URL: https://svnweb.freebsd.org/changeset/ports/370062
QAT: https://qat.redports.org/buildarchive/r370062/
Log:
- Remove USE_AUTOTOOLS
- Replace CONFIGURE_ARGS with CPPFLAGS/LIBS
- Use default do-install
Added:
head/comms/aldo/files/patch-configure (contents, props changed)
Modified:
head/comms/aldo/Makefile
Modified: head/comms/aldo/Makefile
==============================================================================
--- head/comms/aldo/Makefile Sun Oct 5 13:00:37 2014 (r370061)
+++ head/comms/aldo/Makefile Sun Oct 5 13:22:06 2014 (r370062)
@@ -14,24 +14,12 @@ COMMENT= Morse code training program
LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf automake
-CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
- --libdir="${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib
USES= gmake libtool tar:bzip2
USE_GCC= any
PLIST_FILES= bin/aldo \
man/man1/aldo.1.gz
-AUTOTOOLSFILES= aclocal.m4
-
-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 ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/aldo.1 ${STAGEDIR}${MANPREFIX}/man/man1
-
.include <bsd.port.mk>
Added: head/comms/aldo/files/patch-configure
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/comms/aldo/files/patch-configure Sun Oct 5 13:22:06 2014 (r370062)
@@ -0,0 +1,12 @@
+--- configure.orig 2007-11-05 09:22:11 UTC
++++ configure
+@@ -2220,9 +2220,6 @@ am__tar='${AMTAR} chof - "$$tardir"'; am
+
+
+
+-CPPFLAGS="-I${includedir}"
+-LDFLAGS="-L${libdir}"
+-LIBS="-L${libdir} ${LIBS}"
+
+ # Checks for programs.
+ ac_ext=cpp
More information about the svn-ports-head
mailing list