aboutsummaryrefslogtreecommitdiff
path: root/comms/aldo/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-09-27 11:08:41 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-09-27 11:08:41 +0000
commit36bf40616a1a695757c0252d438b16a076a691d6 (patch)
tree82b39139950ea9ca93b659d79ba1442709fce9eb /comms/aldo/Makefile
parent87d8d0a1552f6752c64fd1eee1cfaacab5ed2e00 (diff)
downloadports-36bf40616a1a695757c0252d438b16a076a691d6.tar.gz
ports-36bf40616a1a695757c0252d438b16a076a691d6.zip
Notes
Diffstat (limited to 'comms/aldo/Makefile')
-rw-r--r--comms/aldo/Makefile10
1 files changed, 7 insertions, 3 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>