freebsd-ports/audio/quelcom/Makefile
Gerald Pfeifer 6a5a19bc6e Mark for depreciation, since unmaintained, failing to work with current
versions of GCC, dead upstream, and requiring gcc33 which fails to build
itself (and does not support current versionf of FreeBSD or non-i386).

EXPIRATION_DATE=2009-03-02.
2009-02-01 16:08:01 +00:00

57 lines
1.6 KiB
Makefile

# New ports collection makefile for: quelcom
# Date created: 27 December 2000
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= quelcom
PORTVERSION= 0.4.0
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.etse.urv.es/~dmanye/quelcom/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= A set of command-line utilities for MP3 and wave files
DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc33 which fails to build
EXPIRATION_DATE=2009-03-02
USE_GCC= 3.3
USE_GETTEXT= yes
USE_GMAKE= yes
MAKEFILE= makefile
MAKE_ENV= LDFLAGS="${LDFLAGS}"
USE_LDCONFIG= yes
CXXFLAGS+= -I../lib -I${LOCALBASE}/include ${CPPFLAGS} \
-DHAVE_DECL_GETOPT -fPIC
LDFLAGS= -L../lib -L${LOCALBASE}/lib -lintl
post-patch:
@${FIND} ${WRKSRC} -name "makefile" | ${XARGS} ${REINPLACE_CMD} -e \
's|make |$$(MAKE) |g ; \
s|^CXX=|CXX?=|g ; \
s|^CXXFLAGS=|CXXFLAGS+=|g ; \
s|^LDFLAGS=|LDFLAGS+=|g ; \
s|-L./../lib -lqextra|$$(LDFLAGS) -lqextra|g'
do-install:
.for f in qmp3check qmp3cut qmp3info qmp3join qmp3report qwavcut qwavfade \
qwavheaderdump qwavinfo qwavjoin qwavsilence
${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} ${PREFIX}/bin
.endfor
.for f in libqextra.so libqmp3.so libqwav.so
${INSTALL_DATA} ${WRKSRC}/lib/${f} ${PREFIX}/lib
.endfor
.for lang in ca es
@${MKDIR} ${PREFIX}/share/locale/${lang}/LC_MESSAGES
${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \
${PREFIX}/share/locale/${lang}/LC_MESSAGES/quelcom.mo
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/quelcom.html ${DOCSDIR}
.endif
.include <bsd.port.mk>