freebsd-ports/devel/tvision/Makefile
Tilman Keskinoz 1b4b439d9b Remove an obsolete headerfile.
Switch to gcc 3.2, while I am here. Bump PORTREVISION

Reported by: 	kris
Submitted by:	Max Okumoto <okumoto@ucsd.edu>
2003-03-23 15:40:40 +00:00

36 lines
865 B
Makefile

# New ports collection makefile for: tvision
# Date created: 16 February 1997
# Whom: Sandro Sigala
#
# $FreeBSD$
#
PORTNAME= tvision
PORTVERSION= 0.8
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.sigala.it/sergio/tvision/mysource/
MASTER_SITE_SUBDIR= devel/lang/c++
MAINTAINER= libh@FreeBSD.org
COMMENT= The Turbo Vision C++ CUI library for UNIX
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
USE_GCC= 3.2
.include <bsd.port.pre.mk>
post-extract:
@${MV} ${WRKSRC}/myendian.h ${WRKSRC}/lib
post-patch:
@${REINPLACE_CMD} -e 's,myendian.h,tvision/myendian.h,g' \
${WRKSRC}/lib/drawbuf.h ${WRKSRC}/lib/system.h
@${REINPLACE_CMD} -e 's,menus.h msgbox.h,menus.h msgbox.h myendian.h,' \
${WRKSRC}/lib/Makefile.in
.include <bsd.port.post.mk>