mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
8a12e04ed8
exercises: Classic exercise, the Koch method, Callsign exercise, and exercises read from files. PR: ports/64358 Submitted by: Scott Lambert <lambert@lambertfam.org>
30 lines
503 B
Makefile
30 lines
503 B
Makefile
# New ports collection makefile for: aldo
|
|
# Date created: 16 March 2004
|
|
# Whom: lambert@lambertfam.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= aldo
|
|
PORTVERSION= 0.6.3
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= lambert@lambertfam.org
|
|
COMMENT= Morse code training program
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
|
|
PLIST_FILES= bin/aldo
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
USE_GCC= 3.3
|
|
MAKE_ENV+= CXX="${CXX}"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|