mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
9a03ab06f5
training methods WWW: http://www.nongnu.org/gtkmmorse/ PR: ports/167351 Submitted by: Stephen Hurd <shurd@sasktel.net>
28 lines
577 B
Makefile
28 lines
577 B
Makefile
# New ports collection makefile for: morse
|
|
# Date created: 2012-04-26
|
|
# Whom: Stephen Hurd <shurd@sasktel.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtkmmorse
|
|
PORTVERSION= 0.9.27
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= shurd@sasktel.net
|
|
COMMENT= Graphical Morse Code Trainer
|
|
|
|
LIB_DEPENDS= ao:${PORTSDIR}/audio/libao \
|
|
gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \
|
|
gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/gtkmmorse
|
|
MAN1= gtkmmorse.1
|
|
|
|
.include <bsd.port.mk>
|