mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
b760897dde
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
34 lines
718 B
Makefile
34 lines
718 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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_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>
|