openbsd-ports/audio/tremor-tools/Makefile
espie 2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00

48 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.16 2010/11/15 00:22:48 espie Exp $
COMMENT= integer-only ogg vorbis command-line player
DISTNAME= vorbis-tools-1.0
PKGNAME= ${DISTNAME:S/vorbis/tremor/}
REVISION= 5
CATEGORIES= audio
MASTER_SITES= http://www.vorbis.com/files/1.0/unix/
HOMEPAGE= http://www.xiph.org/vorbis/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
USE_GROFF= Yes
LIB_DEPENDS= audio/libao \
audio/libogg \
audio/tremor \
net/curl
MODULES= devel/gettext
WANTLIB= ao>=3 c curl>=2 crypto idn ogg>=5 pthread ssl vorbisidec>=1 z
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--disable-vorbistest
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
PTHREAD_CFLAGS="-pthread" PTHREAD_LIBS="-pthread"
pre-configure:
${SUBST_CMD} ${WRKSRC}/ogg123/cfgfile_options.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ogg123/ogg123 ${PREFIX}/bin/igg123
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/tremor-tools
${INSTALL_DATA} ${WRKSRC}/ogg123/ogg123rc-example \
${PREFIX}/share/examples/tremor-tools/igg123rc
${INSTALL_MAN} ${WRKSRC}/ogg123/ogg123.1 ${PREFIX}/man/man1/igg123.1
.include <bsd.port.mk>