1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/graphics/xmms-dscope/Makefile
Thomas Abthorpe 73c7900f5b - Reassign ports to heap
Submitted by:	alepulver
2011-02-27 04:54:41 +00:00

32 lines
753 B
Makefile

# New ports collection makefile for: graphics/xmms-dscope
# Date created: 15 Jun 2005
# Whom: Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#
PORTNAME= dscope
PORTVERSION= 1.3.1
PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= alepulver
PKGNAMEPREFIX= xmms-
DISTNAME= ${PORTNAME}-${PORTVERSION:S/^/v/}
MAINTAINER= ports@FreeBSD.org
COMMENT= Dual Scope visualization plugin for XMMS
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
USE_GNOME= gtk12
post-patch:
@${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-O3||; \
s|-Wall|-Wall ${CFLAGS}|; \
s|gtk-config|${GTK_CONFIG}|; \
s|install lib|${INSTALL_PROGRAM} lib|; \
s|install bg|${INSTALL_DATA} bg|' ${WRKSRC}/Makefile
.include <bsd.port.mk>