mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
35 lines
734 B
Makefile
35 lines
734 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_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>
|