freebsd-ports/mbone/sdr/Makefile

33 lines
786 B
Makefile
Raw Normal View History

# New ports collection makefile for: sdr
1999-09-09 01:48:35 -04:00
# Version required: 2.7
# Date created: 5 September 1996
# Whom: Bill Fenner <fenner@FreeBSD.org>
#
1999-08-25 03:23:21 -04:00
# $FreeBSD$
#
1999-09-09 01:48:35 -04:00
DISTNAME= sdr-2.7
CATEGORIES= mbone tk82
1999-09-09 01:48:35 -04:00
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/2.7/
MAINTAINER= fenner@FreeBSD.org
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
HAS_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
1999-09-09 01:48:35 -04:00
EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${DISTNAME}/common ${DISTNAME}/sdr
RESTRICTED= "Contains DES cryptography."
# Makefile.work and configure help to work with the sdr multi-platform
# build structure.
post-extract:
@${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>