87ecd304cf
xhippo interfaces to a wide gamut of programs, including video-only stuff such as xanim. There's no reason I should have to install mpg123 on a machine without a soundcard to use xhippo to browse through videos.
38 lines
934 B
Makefile
38 lines
934 B
Makefile
# $OpenBSD: Makefile,v 1.2 2001/04/05 19:32:55 espie Exp $
|
|
|
|
COMMENT= "generic playlist manager for UNIX"
|
|
|
|
DISTNAME= xhippo-3.0
|
|
CATEGORIES= audio
|
|
NEED_VERSION= 1.364
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/xhippo/
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM=Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= xhippo
|
|
|
|
LIB_DEPENDS= gtk.1.2::x11/gtk+
|
|
|
|
MAKE_FLAGS= CFLAGS="${CFLAGS}"
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
DOCS= ChangeLog gnu-xhippo.html screenshot.jpeg xhippo.info.gz \
|
|
xhippo.ps.gz xhippo.sgml xhippo.txt.gz
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xhippo
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xhippo
|
|
${INSTALL_DATA} ${WRKSRC}/xhippo.config ${PREFIX}/share/examples/xhippo/xhippo.config-sample
|
|
cd ${WRKSRC}/doc; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/xhippo
|
|
|
|
.include <bsd.port.mk>
|