mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
0529163026
generated instead. Fixes tcl library mismatch warning.
29 lines
679 B
Makefile
29 lines
679 B
Makefile
# New ports collection makefile for: sdr
|
|
# Version required: 2.3a1
|
|
# Date created: 5 September 1996
|
|
# Whom: Bill Fenner <fenner@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.5 1997/09/11 03:54:57 fenner Exp $
|
|
#
|
|
|
|
DISTNAME= sdr.V2.3a1
|
|
PKGNAME= sdr-2.3a1
|
|
CATEGORIES= mbone tk80
|
|
MASTER_SITES= ftp://cs.ucl.ac.uk/mice/sdr/
|
|
|
|
MAINTAINER= fenner@FreeBSD.org
|
|
|
|
LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
|
|
|
|
RESTRICTED= "Contains DES encryption"
|
|
NO_WRKSUBDIR= 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.
|
|
post-extract:
|
|
-@rm ${WRKSRC}/src/libs.tcl
|
|
|
|
.include <bsd.port.mk>
|