freebsd-ports/devel/tvision/Makefile
Pete Fritchman d0383dff3f Bump PORTREVISION for the header file fixes in the last commit.
Submitted by:	The Anarcat <anarcat@anarcat.ath.cx>
2002-06-01 14:46:22 +00:00

31 lines
740 B
Makefile

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