openbsd-ports/audio/gqmpeg/Makefile
margarida 8f83696885 Update gqmpeg to version 0.20 (finally)
Outstanding changes since last in-tree version (among others):
Base player changed to mpg321;
Bugfixes regarding ogg zombie files;
Added a nice playlist interface.
Changelog: http://gqmpeg.sourceforge.net/mpeg-hist.html
2003-05-14 13:09:52 +00:00

41 lines
924 B
Makefile

# $OpenBSD: Makefile,v 1.33 2003/05/14 13:09:52 margarida Exp $
COMMENT= "front-end to various audio players"
DISTNAME= gqmpeg-0.20.0
CATEGORIES= audio
HOMEPAGE= http://gqmpeg.sourceforge.net/
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqmpeg/}
MODULES= gettext
RUN_DEPENDS+= :mpg321-*:audio/mpg321
LIB_DEPENDS= gdk_pixbuf.2::graphics/gdk-pixbuf
CONFIGURE_STYLE= gnu
AUTOCONF_VERSION= 2.52
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng \
-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
DOCS= FAQ README SKIN-SPECS-V1 \
plugin/README.plugin
post-install:
cd ${WRKSRC} && \
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gqmpeg && \
${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/gqmpeg
.include <bsd.port.mk>