a1c508e98b
- Pass maintainer from ports@ to submitter - Add maintainer mirror to MASTER_SITES - Add NO_ARCH - Sort USES (portlint) - Remove unconditional gettext USES and add NLS knob (portlint) - Update WWW link and update pkg-descr based on upstream verbiage PR: 200505 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (with changes)
40 lines
979 B
Makefile
40 lines
979 B
Makefile
# Created by: Jona Joachim <jaj@hcl-club.lu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= soundconverter
|
|
PORTVERSION= 1.5.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= BERLIOS \
|
|
http://BSDforge.com/projects/source/audio/soundconverter/
|
|
|
|
MAINTAINER= portmaster@BSDforge.com
|
|
COMMENT= Sound conversion application for the GNOME environment
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gstreamer>=0.10:${PORTSDIR}/multimedia/py-gstreamer
|
|
|
|
NO_ARCH= yes
|
|
USES= desktop-file-utils gmake python:2 shebangfix
|
|
|
|
SHEBANG_FILES= src/soundconverter.py
|
|
python_OLD_CMD= /usr/bin/python -tt
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= intltool pygtk2 pygnome2
|
|
MAKE_ENV= MAKE=${MAKE_CMD}
|
|
INSTALLS_ICONS= yes
|
|
|
|
OPTIONS_DEFAULT= NLS
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_USES= gettext
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|@GMSGFMT@|${LOCALBASE}/bin/msgfmt|; \
|
|
s|itlocaledir = .*|itlocaledir = ${LOCALBASE}/share/locale|g' \
|
|
${WRKSRC}/po/Makefile.in.in
|
|
|
|
.include <bsd.port.mk>
|