mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
13b6ffc52c
PR: 276677
34 lines
706 B
Makefile
34 lines
706 B
Makefile
PORTNAME= gbsdconv
|
|
PORTVERSION= 11.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= converters python
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
COMMENT= GUI for bsdconv
|
|
WWW= https://github.com/buganini/gbsdconv
|
|
|
|
LICENSE= ISCL
|
|
|
|
LIB_DEPENDS= libtag.so:audio/taglib
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsdconv>=8.0:converters/py-bsdconv@${PY_FLAVOR}
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= buganini
|
|
|
|
USES= gnome python shebangfix
|
|
USE_GNOME= gtk30 introspection:run
|
|
SHEBANG_FILES= gbsdconv
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= bin/gbsdconv \
|
|
lib/gbsdconv_taglib.so \
|
|
%%DATADIR%%/gbsdconv.png \
|
|
%%DATADIR%%/gbsdconv.xml \
|
|
%%DATADIR%%/gbsdconv2.png
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gbsdconv_taglib.so
|
|
|
|
.include <bsd.port.mk>
|