mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
8e4592e097
was empty anyway, but....)
26 lines
587 B
Makefile
26 lines
587 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.7 1999/02/02 17:05:21 vanilla Exp $
|
|
#
|
|
|
|
DISTNAME= replay-source-dgtk_0.61
|
|
PKGNAME= replay-0.61
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://replay.linuxpower.org/files/
|
|
|
|
MAINTAINER= nacai@iname.com
|
|
|
|
LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel
|
|
|
|
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>
|