63f061b66d
wrappers around bits of Z80 code which play music on the Sinclair ZX Spectrum 128's sound hardware - either the beeper, or (eponymously) the AY-3-8912 sound chip. Files using the Amstrad CPC ports are also supported. PR: ports/83216 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
33 lines
631 B
Makefile
33 lines
631 B
Makefile
# New ports collection makefile for: xaylet
|
|
# Date created: 9 Jul 2005
|
|
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMEPREFIX= x
|
|
|
|
COMMENT= A x11 player for the .ay audio file format
|
|
|
|
ALL_TARGET= xaylet
|
|
|
|
MASTERDIR= ${.CURDIR}/../aylet
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gtk12
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
MAN1= xaylet.1
|
|
PLIST_FILES= bin/xaylet
|
|
|
|
post-patch: aylet-post-patch
|
|
${MV} ${WRKSRC}/${PORTNAME}.1 ${WRKSRC}/xaylet.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xaylet ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/xaylet.1 ${MANPREFIX}/man/man1
|
|
|
|
.include "${MASTERDIR}/Makefile"
|