a4f678ed2f
- Strip shared library Changes: https://github.com/buganini/gbsdconv/releases PR: 201017 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
33 lines
663 B
Makefile
33 lines
663 B
Makefile
# Created by: buganini@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gbsdconv
|
|
PORTVERSION= 11.3
|
|
CATEGORIES= converters python
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
COMMENT= GUI for bsdconv
|
|
|
|
LICENSE= ISCL
|
|
|
|
LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsdconv>=8.0:${PORTSDIR}/converters/py-bsdconv
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= buganini
|
|
|
|
USES= python
|
|
USE_GNOME= gtk30 introspection:run
|
|
|
|
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>
|