freebsd-ports/comms/aldo/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

24 lines
453 B
Makefile

# Created by: lambert@lambertfam.org
# $FreeBSD$
PORTNAME= aldo
PORTVERSION= 0.7.5
PORTREVISION= 2
CATEGORIES= comms hamradio
MASTER_SITES= SAVANNAH
MAINTAINER= lambert@lambertfam.org
COMMENT= Morse code training program
LIB_DEPENDS= libao.so: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>