1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/devel/tvision/Makefile

24 lines
538 B
Makefile
Raw Normal View History

# New ports collection makefile for: tvision
1998-09-16 22:34:38 +00:00
# Version required: 0.6
# Date created: 16 February 1997
# Whom: Sandro Sigala
#
1999-05-09 12:28:46 +00:00
# $Id: Makefile,v 1.7 1998/10/12 21:08:35 jseger Exp $
#
1998-09-16 22:34:38 +00:00
DISTNAME= tvision-0.6
CATEGORIES= devel
1998-09-16 22:34:38 +00:00
MASTER_SITES= ftp://ftp.vix.com/guests/ssigala/pub/tvision/
MAINTAINER= ssigala@globalnet.it
1998-09-16 22:34:38 +00:00
GNU_CONFIGURE= yes
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)"
pre-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
.include <bsd.port.mk>