mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
8f0bfdb99c
- Replace CONFIGURE_ARGS with CPPFLAGS/LIBS - Use default do-install
26 lines
512 B
Makefile
26 lines
512 B
Makefile
# Created by: lambert@lambertfam.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= aldo
|
|
PORTVERSION= 0.7.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= lambert@lambertfam.org
|
|
COMMENT= Morse code training program
|
|
|
|
LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao
|
|
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
USES= gmake libtool tar:bzip2
|
|
USE_GCC= any
|
|
|
|
PLIST_FILES= bin/aldo \
|
|
man/man1/aldo.1.gz
|
|
|
|
.include <bsd.port.mk>
|