1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-11 23:25:17 +00:00
freebsd-ports/net/sdr/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

34 lines
888 B
Makefile

# New ports collection makefile for: sdr
# Version required: 2.4a7
# Date created: 5 September 1996
# Whom: Bill Fenner <fenner@FreeBSD.ORG>
#
# $Id: Makefile,v 1.7 1997/12/19 00:52:04 fenner Exp $
#
DISTNAME= sdr.V2.4a7n
PKGNAME= sdr-2.4a7
CATEGORIES= mbone tk80
MASTER_SITES= http://north.east.isi.edu/sdr/
MAINTAINER= fenner@FreeBSD.org
LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/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}
@chmod 755 ${WRKSRC}/configure
.include <bsd.port.mk>