mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
6527ef2070
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
36 lines
902 B
Makefile
36 lines
902 B
Makefile
# New ports collection makefile for: soundconverter
|
|
# Date created: 04 September 2007
|
|
# Whom: Jona Joachim <jaj@hcl-club.lu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= soundconverter
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= BERLIOS
|
|
#MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= jaj@hcl-club.lu
|
|
COMMENT= The sound conversion application for the GNOME environment
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gst-0.10/gst/__init__.py:${PORTSDIR}/multimedia/py-gstreamer
|
|
|
|
USE_GMAKE= yes
|
|
USE_GETTEXT= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_PYTHON= yes
|
|
USE_GNOME= pygtk2 pygnome2
|
|
|
|
MAKE_ENV= MAKE=${LOCALBASE}/bin/gmake
|
|
|
|
INSTALLS_ICONS= yes
|
|
MAN1= soundconverter.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|@GMSGFMT@|${LOCALBASE}/bin/msgfmt|' ${WRKSRC}/po/Makefile.in.in
|
|
@${REINPLACE_CMD} -e 's|#!/usr/bin/python|#!/usr/bin/env python|' ${WRKSRC}/src/soundconverter.py
|
|
|
|
.include <bsd.port.mk>
|