mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
26 lines
503 B
Makefile
26 lines
503 B
Makefile
# 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>
|