freebsd-ports/mbone/sdr/Makefile

34 lines
928 B
Makefile
Raw Normal View History

# New ports collection makefile for: sdr
# Version required: 2.4a7
# Date created: 5 September 1996
# Whom: Bill Fenner <fenner@FreeBSD.ORG>
#
1999-08-22 15:01:07 -04:00
# $Id: Makefile,v 1.11 1999/03/30 00:20:39 fenner Exp $
#
DISTNAME= sdr-2.4a7n
PKGNAME= sdr-2.4a7
1997-09-10 23:55:02 -04:00
CATEGORIES= mbone tk80
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/2.4a7n/
MAINTAINER= fenner@FreeBSD.org
1998-09-25 06:05:14 -04:00
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
NO_WRKSUBDIR= yes
HAS_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
# src/libs.tcl is autogenerated from the tcl/tk installed on the
# build system, so we shouldn't use the one in the distribution.
# Makefile.work and configure help to work with the sdr multi-platform
# build structure.
post-extract:
@${RM} -f ${WRKSRC}/src/libs.tcl
@${CP} ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile
@${CP} ${FILESDIR}/configure ${WRKSRC}
1999-08-22 15:01:07 -04:00
@${CHMOD} 755 ${WRKSRC}/configure
.include <bsd.port.mk>