Merge branch 'staged'
[dports.git] / comms / xdemorse / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       xdemorse
4 DISTVERSION=    3.6.2
5 PORTREVISION=   1
6 CATEGORIES=     comms
7 MASTER_SITES=   https://www.qsl.net/5/5b4az/pkg/morse/xdemorse/
8
9 MAINTAINER=     yuri@FreeBSD.org
10 COMMENT=        X/GTK+-3 application for decoding Morse code signals into text
11
12 LICENSE=        GPLv3
13 LICENSE_FILE=   ${WRKSRC}/COPYING
14
15 LIB_DEPENDS=    libasound.so:audio/alsa-lib
16
17 USES=           compiler:c++11-lang gettext-tools gmake gnome \
18                 localbase:ldflags pkgconfig tar:bz2
19 GNU_CONFIGURE=  yes
20 USE_GNOME=      cairo gdkpixbuf2 glib20 gtk30
21
22 LDFLAGS+=       -lgmodule-2.0
23
24 PLIST_FILES=    bin/${PORTNAME} \
25                 man/man1/${PORTNAME}.1.gz \
26                 share/applications/${PORTNAME}.desktop \
27                 share/pixmaps/${PORTNAME}.png
28
29 OPTIONS_DEFINE= DOCS
30
31 PORTDOCS=       *
32
33 .include <bsd.port.mk>