mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
8a609be531
PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
31 lines
644 B
Makefile
31 lines
644 B
Makefile
# New ports collection makefile for: xmms-sndstretch
|
|
# Date created: 10 November 2001
|
|
# Whom: Edwin Mons <ports@edwinm.ik.nu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sndstretch
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.geocities.com/harpin_floh/mysoft/
|
|
PKGNAMEPREFIX= xmms-
|
|
DISTNAME= sndstretch_xmms-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@edwinm.ik.nu
|
|
|
|
LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms
|
|
|
|
WRKSRC= ${WRKDIR}/sndstretch_xmms
|
|
|
|
USE_GNOMENG= yes
|
|
USE_GNOME= gtk12
|
|
USE_GMAKE= yes
|
|
USE_X_PREFIX= yes
|
|
MAKE_ENV+= GTK_CONFIG="${GTK_CONFIG}" PTHREAD_LIBS=${PTHREAD_LIBS}
|
|
|
|
post-extract:
|
|
(cd ${WRKSRC}; ${MAKE} clean)
|
|
|
|
.include <bsd.port.mk>
|