[Midnightbsd-cvs] mports: mports/comms: add aldo.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Aug 16 23:16:38 EDT 2008
Log Message:
-----------
add aldo.
Modified Files:
--------------
mports/comms:
Makefile (r1.9 -> r1.10)
Added Files:
-----------
mports/comms/aldo:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/comms/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -L comms/Makefile -L comms/Makefile -u -r1.9 -r1.10
--- comms/Makefile
+++ comms/Makefile
@@ -4,6 +4,7 @@
COMMENT = Communication utilities
SUBDIR += acfax
+ SUBDIR += aldo
SUBDIR += efax
SUBDIR += libirman
SUBDIR += libticables
--- /dev/null
+++ comms/aldo/pkg-descr
@@ -0,0 +1,5 @@
+Aldo is a Morse code tutor. At the moment it has four kinds of
+exercises: Classic exercise, the Koch method, Callsign exercise, and
+exercises read from files.
+
+WWW: http://www.nongnu.org/aldo/
--- /dev/null
+++ comms/aldo/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: aldo
+# Date created: 16 March 2004
+# Whom: lambert at lambertfam.org
+#
+# $MidnightBSD: mports/comms/aldo/Makefile,v 1.1 2008/08/17 03:16:36 laffer1 Exp $
+# $FreeBSD: ports/comms/aldo/Makefile,v 1.12 2007/12/18 12:18:12 db Exp $
+#
+
+PORTNAME= aldo
+PORTVERSION= 0.7.5
+CATEGORIES= comms hamradio
+MASTER_SITES= ${MASTER_SITE_SAVANNAH}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Morse code training program
+LICENSE= gpl2
+
+LIB_DEPENDS= ao:${PORTSDIR}/audio/libao
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_AUTOTOOLS= autoconf:261 automake:110 libtool:15 aclocal:110
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
+ --libdir="${LOCALBASE}/lib"
+USE_GMAKE= yes
+MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
+
+PLIST_FILES= bin/aldo
+MAN1= aldo.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/aldo ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/aldo.1 ${MANPREFIX}/man/man1
+
+.include <bsd.port.mk>
--- /dev/null
+++ comms/aldo/distinfo
@@ -0,0 +1,3 @@
+MD5 (aldo-0.7.5.tar.bz2) = 385eaec5a6d293195aa5fa6a00b1cfcf
+SHA256 (aldo-0.7.5.tar.bz2) = 15f9dbcab48c6ba3fba6a4d3e9a030bad3255d4a4b47677388a1e46782aa84ea
+SIZE (aldo-0.7.5.tar.bz2) = 98612
More information about the Midnightbsd-cvs
mailing list