diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-12-19 00:52:20 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-12-19 00:52:20 +0000 |
commit | 61c8e9cd6e718be346ba94b522faa06c301dc4eb (patch) | |
tree | b6792145cf285a303055168a28099a6156c51209 /mbone/sdr/Makefile | |
parent | e94e7c7e4e2e45d5e6aba7dc9a7ed03e1105d1fd (diff) | |
download | ports-61c8e9cd6e718be346ba94b522faa06c301dc4eb.tar.gz ports-61c8e9cd6e718be346ba94b522faa06c301dc4eb.zip |
Notes
Diffstat (limited to 'mbone/sdr/Makefile')
-rw-r--r-- | mbone/sdr/Makefile | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/mbone/sdr/Makefile b/mbone/sdr/Makefile index db78b22c5a07..931db11628ce 100644 --- a/mbone/sdr/Makefile +++ b/mbone/sdr/Makefile @@ -1,28 +1,33 @@ # New ports collection makefile for: sdr -# Version required: 2.3a1 +# Version required: 2.4a7 # Date created: 5 September 1996 # Whom: Bill Fenner <fenner@FreeBSD.ORG> # -# $Id: Makefile,v 1.5 1997/09/11 03:54:57 fenner Exp $ +# $Id: Makefile,v 1.6 1997/10/15 20:35:20 fenner Exp $ # -DISTNAME= sdr.V2.3a1 -PKGNAME= sdr-2.3a1 +DISTNAME= sdr.V2.4a7n +PKGNAME= sdr-2.4a7 CATEGORIES= mbone tk80 -MASTER_SITES= ftp://cs.ucl.ac.uk/mice/sdr/ +MASTER_SITES= http://north.east.isi.edu/sdr/ MAINTAINER= fenner@FreeBSD.org LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 -RESTRICTED= "Contains DES encryption" NO_WRKSUBDIR= yes +HAS_CONFIGURE= yes USE_GMAKE= yes USE_X11= 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 ${WRKSRC}/src/libs.tcl + @${RM} -f ${WRKSRC}/src/libs.tcl + @${CP} ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile + @${CP} ${FILESDIR}/configure ${WRKSRC} + @chmod 755 ${WRKSRC}/configure .include <bsd.port.mk> |