mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
ffb21b5654
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
20 lines
345 B
Makefile
20 lines
345 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_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|