mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS - Support STAGEDIR - Add DOCS Option Approved by: pawel / wg (mentors, implicit)
This commit is contained in:
parent
1ba17a9e0e
commit
fc1061a7b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333167
@ -7,29 +7,26 @@ PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= nemysis@gmx.ch
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
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
|
||||
LIB_DEPENDS= libdssialsacompat.so:${PORTSDIR}/audio/libdssialsacompat \
|
||||
liblo.so:${PORTSDIR}/audio/liblo \
|
||||
libjack.so:${PORTSDIR}/audio/jack
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake pkgconfig
|
||||
NO_STAGE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gtk20
|
||||
|
||||
PORTDOCS= AUTHORS ChangeLog README TODO
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
.endif
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
lib/dssi/hexter.so
|
||||
lib/dssi/hexter.la
|
||||
lib/dssi/hexter.so
|
||||
lib/dssi/hexter/hexter_gtk
|
||||
%%DATADIR%%/dx7_roms.dx7
|
||||
%%DATADIR%%/fb01_roms_converted_12.dx7
|
||||
@ -8,3 +8,4 @@ lib/dssi/hexter/hexter_gtk
|
||||
%%DATADIR%%/tx7_roms.dx7
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm lib/dssi/hexter
|
||||
@dirrmtry lib/dssi
|
||||
|
Loading…
Reference in New Issue
Block a user