mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
33 lines
802 B
Makefile
33 lines
802 B
Makefile
# New ports collection makefile for: graphics/xmms-dspectogram
|
|
# Date created: 15 Jun 2005
|
|
# Whom: Alejandro Pulver <alejandro@varnet.biz>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dspectogram
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GENTOO}
|
|
MASTER_SITE_SUBDIR= distfiles
|
|
PKGNAMEPREFIX= xmms-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/^/v/}
|
|
|
|
MAINTAINER= alepulver@FreeBSD.org
|
|
COMMENT= Dual Spectogram visualization plugin for XMMS
|
|
|
|
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gtk12
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-m486||; s|-O2||; \
|
|
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>
|