blob: d59abf35f4f5fa09432367e32f0d55724954c6aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: xtt516
# Date created: 4 February 2004
# Whom: Patrick Gardella (patrick@freebsd.org)
#
# $FreeBSD$
#
PORTNAME= xtt516
PORTVERSION= 0.1
CATEGORIES= comms
MASTER_SITES= http://www.tux.org/~bball/tt516/
DISTNAME= xtt516-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= patrick@freebsd.org
COMMENT= GUI for TenTec Argonaut V
LIB_DEPENDS= xclass.0:${PORTSDIR}/x11-toolkits/xclass
WRKSRC= ${WRKDIR}/xtt516
USE_GMAKE= true
USE_X_PREFIX= true
.include <bsd.port.mk>
|