1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/comms/gtkmmorse/Makefile

29 lines
657 B
Makefile

# Created by: Stephen Hurd <shurd@FreeBSD.org>
# $FreeBSD$
PORTNAME= gtkmmorse
PORTVERSION= 0.9.27
PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= shurd@FreeBSD.org
COMMENT= Graphical Morse Code Trainer
LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao \
libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \
libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26
GNU_CONFIGURE= yes
USES= pkgconfig tar:bzip2
PLIST_FILES= bin/gtkmmorse \
man/man1/gtkmmorse.1.gz
post-patch:
@${REINPLACE_CMD} -e 's|-ansi||g' -e 's|-pedantic||g' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>