mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
2c72b3d3fa
Found by: distfile survey
29 lines
688 B
Makefile
29 lines
688 B
Makefile
# New ports collection makefile for: replay
|
|
# Version required: 0.61
|
|
# Date created: Oct 27 1998
|
|
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.10 1999/05/29 03:56:02 steve Exp $
|
|
#
|
|
|
|
DISTNAME= replay-source-dgtk_0.61
|
|
PKGNAME= replay-0.61
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://replay.linuxpower.org/files/ \
|
|
ftp://ftp.replicant.nu/pub/replay/ \
|
|
ftp://ftp.icemark.ch/pub/replay/ \
|
|
ftp://k2.lund.se/pub/replay/
|
|
|
|
MAINTAINER= nacai@iname.com
|
|
|
|
LIB_DEPENDS= gtk12.2:${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>
|