freebsd-ports/audio/replay/Makefile
1998-10-28 16:01:04 +00:00

28 lines
600 B
Makefile

# New ports collection makefile for: replay
# Version required: 0.56
# Date created: Oct 27 1998
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG>
#
# $Id$
#
DISTNAME= replay-source-dgtk_0.56
PKGNAME= replay-0.56
CATEGORIES= audio
MASTER_SITES= http://replay.linuxpower.org/files/
MAINTAINER= Nakai@technologist.com
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \
esd.0:${PORTSDIR}/audio/esound
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-esd
CONFIGURE_ENV= LIBS="-L${PREFIX}/lib"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/replay ${PREFIX}/bin
.include <bsd.port.mk>