2005-10-16 00:09:24 +00:00
|
|
|
# New ports collection makefile for: xmms-scivi
|
|
|
|
# Date created: 15 Oct 2005
|
|
|
|
# Whom: Alejandro Pulver <alejandro@varnet.biz>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= scivi
|
|
|
|
DISTVERSION= 0.2.0-rc3
|
2009-01-23 16:28:36 +00:00
|
|
|
PORTREVISION= 5
|
2005-10-16 00:09:24 +00:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 00:23:13 +00:00
|
|
|
MASTER_SITES= SF/xmms-${PORTNAME}/${PORTNAME}/0.2.0-rc3
|
2005-10-16 00:09:24 +00:00
|
|
|
PKGNAMEPREFIX= xmms-
|
|
|
|
|
2011-02-27 04:54:41 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-10-16 00:09:24 +00:00
|
|
|
COMMENT= Scivi is a visualization plugin for XMMS
|
|
|
|
|
|
|
|
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GL= yes
|
2009-01-23 16:28:36 +00:00
|
|
|
USE_XORG= x11 xt
|
2005-10-16 00:09:24 +00:00
|
|
|
USE_GNOME= gtk12
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-10-16 00:09:24 +00:00
|
|
|
|
|
|
|
post-patch:
|
2007-03-27 18:33:39 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
2005-10-16 00:09:24 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|