c377504127
- Pass maintainership to submitter Makefile changed: +LICENSE= GPLv2 +PORTDOCS= +.include <bsd.port.options.mk> +post-install: +.if ${PORT_OPTIONS:MDOCS} Changed and refined: +LIB_DEPENDS= pkg-descr Feature safe: yes PR: ports/174247 Submitted by: nemysis <nemysis@gmx.ch>
37 lines
820 B
Makefile
37 lines
820 B
Makefile
# New ports collection makefile for: hexter
|
|
# Date created: 2007-01-20
|
|
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hexter
|
|
PORTVERSION= 1.0.2
|
|
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
|
|
USE_GMAKE= 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>
|