freebsd-ports/audio/glame/Makefile

43 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: glame
# Date created: 26 September 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= glame
2003-07-01 14:34:21 +02:00
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
2003-07-01 14:34:43 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= A powerful, fast, stable, and easily extensible sound editor for GNOME
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis \
ltdl.4:${PORTSDIR}/devel/libltdl
2002-05-31 12:36:57 +02:00
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gnometarget libglade
USE_GMAKE= yes
USE_LIBTOOL= yes
2001-12-21 08:10:13 +01:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lltdl ${PTHREAD_LIBS}" \
MAKEINFO="makeinfo --no-split"
INSTALLS_SHLIB= yes
INFO= glame glame-dev
post-extract:
@cd ${WRKSRC}/doc && ${RM} -f *.info*
2002-12-02 01:45:49 +01:00
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \
's|-lpthread|${PTHREAD_LIBS}|g'
@${GREP} -lR "<values\.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's|<values\.h>|<limits.h>|'
.include <bsd.port.mk>