mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
edecf3c4f0
and BROKEN some gnome ports until I upgrade it.
28 lines
642 B
Makefile
28 lines
642 B
Makefile
# New ports collection makefile for: replay
|
|
# Version required: 0.58
|
|
# Date created: Oct 27 1998
|
|
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.5 1999/01/05 08:09:17 vanilla Exp $
|
|
#
|
|
|
|
DISTNAME= replay-source-dgtk_0.58
|
|
PKGNAME= replay-0.58
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://replay.linuxpower.org/files/
|
|
|
|
MAINTAINER= nacai@iname.com
|
|
|
|
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \
|
|
esd.1:${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>
|