1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/tvision/Makefile
Maxim Sobolev 61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00

20 lines
346 B
Makefile

# New ports collection makefile for: tvision
# Date created: 16 February 1997
# Whom: Sandro Sigala
#
# $FreeBSD$
#
PORTNAME= tvision
PORTVERSION= 0.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= devel/lang/c++
MAINTAINER= ssigala@globalnet.it
USE_LIBTOOL= yes
INSTALLS_SHLIBS= yes
.include <bsd.port.mk>