openbsd-ports/audio/gqmpeg/Makefile
naddy 2137ae4583 - Depend on devel/gettext rather than building the included one.
- Properly install the message catalog files.
- Fix choice of ogg123 output devices.
- Miscellaneous cleaning.
ok rohee@
2001-05-22 13:04:59 +00:00

40 lines
986 B
Makefile

# $OpenBSD: Makefile,v 1.21 2001/05/22 13:04:59 naddy Exp $
COMMENT= "mpg123 front-end with skin support"
DISTNAME= gqmpeg-0.9.0
CATEGORIES= audio
NEED_VERSION= 1.364
HOMEPAGE= http://gqmpeg.sourceforge.net
MAINTAINER= Bruno Rohee <rohee@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://ftp1.sourceforge.net/gqmpeg/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gqmpeg
BUILD_DEPENDS= mpg123::audio/mpg123
RUN_DEPENDS= mpg123::audio/mpg123
LIB_DEPENDS= gdk_pixbuf.2::graphics/gdk-pixbuf \
intl.1::devel/gettext
CONFIGURE_STYLE= autoconf
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
DOCS= COPYING ChangeLog FAQ README SKIN-SPECS-V1 \
plugin/README.plugin
pre-install:
cd ${WRKSRC} && \
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gqmpeg && \
${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/gqmpeg
.include <bsd.port.mk>