mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
f40b993171
PR: ports/111941 Submitted by: araujo Approved by: maintainer
37 lines
768 B
Makefile
37 lines
768 B
Makefile
# New ports collection makefile for: aldo
|
|
# Date created: 16 March 2004
|
|
# Whom: lambert@lambertfam.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= aldo
|
|
PORTVERSION= 0.6.11
|
|
CATEGORIES= comms hamradio
|
|
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>
|
|
|
|
.if ${OSVERSION} >= 700042
|
|
BROKEN= Broken with gcc 4.2
|
|
.endif
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/aldo ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/aldo.1 ${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.post.mk>
|