diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-09-27 11:08:41 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-09-27 11:08:41 +0000 |
commit | 36bf40616a1a695757c0252d438b16a076a691d6 (patch) | |
tree | 82b39139950ea9ca93b659d79ba1442709fce9eb /comms/aldo | |
parent | 87d8d0a1552f6752c64fd1eee1cfaacab5ed2e00 (diff) | |
download | ports-36bf40616a1a695757c0252d438b16a076a691d6.tar.gz ports-36bf40616a1a695757c0252d438b16a076a691d6.zip |
Notes
Diffstat (limited to 'comms/aldo')
-rw-r--r-- | comms/aldo/Makefile | 10 | ||||
-rw-r--r-- | comms/aldo/distinfo | 4 | ||||
-rw-r--r-- | comms/aldo/files/patch-Makefile | 9 | ||||
-rw-r--r-- | comms/aldo/files/patch-libmenus::dialog.h | 19 | ||||
-rw-r--r-- | comms/aldo/pkg-descr | 2 |
5 files changed, 10 insertions, 34 deletions
diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile index eba57631f239..f3c4104e3e46 100644 --- a/comms/aldo/Makefile +++ b/comms/aldo/Makefile @@ -6,19 +6,22 @@ # PORTNAME= aldo -PORTVERSION= 0.6.3 +PORTVERSION= 0.6.11 CATEGORIES= comms -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lambert@lambertfam.org COMMENT= Morse code training program USE_BZIP2= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" PLIST_FILES= bin/aldo +MAN1= aldo.1 .include <bsd.port.pre.mk> @@ -28,6 +31,7 @@ MAKE_ENV+= CXX="${CXX}" .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/aldo ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/src/aldo ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/aldo.1 ${MANPREFIX}/man/man1 .include <bsd.port.post.mk> diff --git a/comms/aldo/distinfo b/comms/aldo/distinfo index 7041ccd70fca..8b28a5493662 100644 --- a/comms/aldo/distinfo +++ b/comms/aldo/distinfo @@ -1,2 +1,2 @@ -MD5 (aldo-0.6.3.tar.bz2) = 7548bed9282f4581858648236a9ac5e0 -SIZE (aldo-0.6.3.tar.bz2) = 18748 +MD5 (aldo-0.6.11.tar.bz2) = dca6ffb12ff1bf16197593448dcc74aa +SIZE (aldo-0.6.11.tar.bz2) = 87273 diff --git a/comms/aldo/files/patch-Makefile b/comms/aldo/files/patch-Makefile deleted file mode 100644 index afda28787a82..000000000000 --- a/comms/aldo/files/patch-Makefile +++ /dev/null @@ -1,9 +0,0 @@ ---- Makefile.orig Sun May 9 22:32:36 2004 -+++ Makefile Sun May 9 22:32:49 2004 -@@ -1,5 +1,5 @@ - #MARCH=-march=athlon-tbird --CXXFLAGS=-ansi -pedantic -Wall -O3 -+CXXFLAGS?=-ansi -pedantic -Wall -O3 - includedir = $(CURDIR)/include - CXXFLAGS+= -I$(includedir) - diff --git a/comms/aldo/files/patch-libmenus::dialog.h b/comms/aldo/files/patch-libmenus::dialog.h deleted file mode 100644 index afd5556bc3c2..000000000000 --- a/comms/aldo/files/patch-libmenus::dialog.h +++ /dev/null @@ -1,19 +0,0 @@ ---- libmenus/dialog.h.orig Fri Oct 3 00:23:55 2003 -+++ libmenus/dialog.h Fri Sep 17 18:44:10 2004 -@@ -24,6 +24,7 @@ - * * - ***************************************************************************/ - -+#include <iostream> - #include <string> - #include <vector> - -@@ -121,7 +122,7 @@ - unsigned int choice = 0; - do - { -- std::cout<<endl<<m_prompt; -+ std::cout<<std::endl<<m_prompt; - - std::string trash; - std::cin>>trash; diff --git a/comms/aldo/pkg-descr b/comms/aldo/pkg-descr index ddc6573e726a..b742283bdd1e 100644 --- a/comms/aldo/pkg-descr +++ b/comms/aldo/pkg-descr @@ -2,4 +2,4 @@ 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://sourceforge.net/projects/aldo +WWW: http://www.nongnu.org/aldo/ |