1996-11-10 21:16:48 +00:00
|
|
|
# New ports collection makefile for: sdr
|
1997-12-19 00:52:20 +00:00
|
|
|
# Version required: 2.4a7
|
1996-11-10 21:16:48 +00:00
|
|
|
# Date created: 5 September 1996
|
|
|
|
# Whom: Bill Fenner <fenner@FreeBSD.ORG>
|
|
|
|
#
|
1998-08-07 23:56:56 +00:00
|
|
|
# $Id: Makefile,v 1.8 1998/08/05 09:31:32 asami Exp $
|
1996-11-10 21:16:48 +00:00
|
|
|
#
|
|
|
|
|
1997-12-19 00:52:20 +00:00
|
|
|
DISTNAME= sdr.V2.4a7n
|
|
|
|
PKGNAME= sdr-2.4a7
|
1997-09-11 03:55:02 +00:00
|
|
|
CATEGORIES= mbone tk80
|
1997-12-19 00:52:20 +00:00
|
|
|
MASTER_SITES= http://north.east.isi.edu/sdr/
|
1996-11-10 21:16:48 +00:00
|
|
|
|
|
|
|
MAINTAINER= fenner@FreeBSD.org
|
|
|
|
|
1998-08-07 23:56:56 +00:00
|
|
|
LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11-toolkits/tk80
|
1996-11-10 21:16:48 +00:00
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
1997-12-19 00:52:20 +00:00
|
|
|
HAS_CONFIGURE= yes
|
1996-11-10 21:16:48 +00:00
|
|
|
USE_GMAKE= yes
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1996-11-10 21:16:48 +00:00
|
|
|
|
1997-10-15 20:35:20 +00:00
|
|
|
# src/libs.tcl is autogenerated from the tcl/tk installed on the
|
|
|
|
# build system, so we shouldn't use the one in the distribution.
|
1997-12-19 00:52:20 +00:00
|
|
|
# Makefile.work and configure help to work with the sdr multi-platform
|
|
|
|
# build structure.
|
1997-10-15 20:35:20 +00:00
|
|
|
post-extract:
|
1997-12-19 00:52:20 +00:00
|
|
|
@${RM} -f ${WRKSRC}/src/libs.tcl
|
|
|
|
@${CP} ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile
|
|
|
|
@${CP} ${FILESDIR}/configure ${WRKSRC}
|
|
|
|
@chmod 755 ${WRKSRC}/configure
|
1997-10-15 20:35:20 +00:00
|
|
|
|
1996-11-10 21:16:48 +00:00
|
|
|
.include <bsd.port.mk>
|