21 lines
408 B
Makefile
21 lines
408 B
Makefile
# New ports collection makefile for: tvision
|
|
# Date created: 16 February 1997
|
|
# Whom: Sandro Sigala
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tvision
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
http://www.sigala.it/sergio/tvision/mysource/
|
|
MASTER_SITE_SUBDIR= devel/lang/c++
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|