mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
26 lines
512 B
Makefile
26 lines
512 B
Makefile
# New ports collection makefile for: nte
|
|
# Date created: 5 September 1996
|
|
# Whom: Bill Fenner <fenner@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nte
|
|
PORTVERSION= 1.5a29
|
|
CATEGORIES= mbone tk80
|
|
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/nte/1.5a29/
|
|
|
|
MAINTAINER= fenner@FreeBSD.org
|
|
|
|
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
|
|
|
|
WRKSRC= ${WRKDIR}/nte
|
|
|
|
RESTRICTED= "Contains DES encryption"
|
|
USE_GMAKE= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
MAKE_ENV= LOCALBASE="${LOCALBASE}"
|
|
|
|
.include <bsd.port.mk>
|