mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
36 lines
786 B
Makefile
36 lines
786 B
Makefile
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hexter
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= nemysis@gmx.ch
|
|
COMMENT= DSSI softsynth that models the sound generation of a Yamaha DX7
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= dssialsacompat:${PORTSDIR}/audio/libdssialsacompat \
|
|
lo:${PORTSDIR}/audio/liblo \
|
|
jack:${PORTSDIR}/audio/jack
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake pkgconfig
|
|
NO_STAGE= yes
|
|
USE_GNOME= gtk20
|
|
|
|
PORTDOCS= AUTHORS ChangeLog README TODO
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
post-install:
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|