1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/audio/replay/Makefile

26 lines
578 B
Makefile
Raw Normal View History

# New ports collection makefile for: replay
1999-02-02 17:05:21 +00:00
# Version required: 0.61
# Date created: Oct 27 1998
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG>
#
1999-04-22 04:40:43 +00:00
# $Id: Makefile,v 1.8 1999/02/03 07:28:39 asami Exp $
#
1999-02-02 17:05:21 +00:00
DISTNAME= replay-source-dgtk_0.61
PKGNAME= replay-0.61
CATEGORIES= audio
MASTER_SITES= http://replay.linuxpower.org/files/
MAINTAINER= nacai@iname.com
1999-04-22 04:40:43 +00:00
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${PREFIX}/lib"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/replay ${PREFIX}/bin
.include <bsd.port.mk>