aboutsummaryrefslogtreecommitdiffstats
path: root/audio/aylet/Makefile
blob: 14a356cad2c5e264cb74b3f4853338a2e58c2d6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>

PORTNAME=   aylet
PORTVERSION=    0.5
PORTREVISION=   6
CATEGORIES= audio
MASTER_SITES=   http://www.worldofspectrum.org/pub/sinclair/music/players-unix/ \
        LOCAL/ehaupt

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Aylet plays music files in the .ay format

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libfontconfig.so:x11-fonts/fontconfig \
        libfreetype.so:print/freetype2

USES=       gettext-runtime pkgconfig

OPTIONS_DEFINE= GUI
OPTIONS_DEFAULT=GUI
OPTIONS_SUB=    yes

GUI_USES=   gnome
GUI_USE=    GNOME=atk,cairo,gdkpixbuf2,glib20,gtk20,pango

ALL_TARGET= aylet
GUI_ALL_TARGET= xaylet

PLIST_FILES=    bin/aylet %%GUI%%bin/xaylet man/man1/aylet.1.gz

.include <bsd.port.mk>