mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
38 lines
844 B
Makefile
38 lines
844 B
Makefile
PORTNAME= xuidesigner
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= https://github.com/brummer10/XUiDesigner/releases/download/v${DISTVERSION}/
|
|
DISTNAME= XUIDesigner_${DISTVERSION}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= WYSIWYG LV2 X11UI GUI creator tool
|
|
WWW= https://github.com/brummer10/XUiDesigner
|
|
|
|
LICENSE= BSD0CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= xxd:editors/vim
|
|
LIB_DEPENDS= liblilv-0.so:audio/lilv \
|
|
libserd-0.so:devel/serd \
|
|
libsord-0.so:devel/sord \
|
|
libsratom-0.so:audio/sratom
|
|
|
|
USES= gmake gnome pkgconfig python shebangfix xorg
|
|
USE_GNOME= cairo
|
|
USE_XORG= x11
|
|
USE_LDCONFIG= yes
|
|
|
|
SHEBANG_FILES= tools/dsp2cc
|
|
|
|
BINARY_ALIAS= make=${GMAKE}
|
|
|
|
post-install:
|
|
@cd ${STAGEDIR}${PREFIX} && \
|
|
${STRIP_CMD} \
|
|
bin/xuidesigner \
|
|
lib/libxputty.so.1.0
|
|
|
|
.include <bsd.port.mk>
|