freebsd-ports/devel/tvision/Makefile
Justin M. Seger 4575e473a3 Mark BROKEN for ELF:
Creating package /usr/ports/packages/All/tvision-0.6.tgz
Registering depends:.
Creating gzip'd tar ball in '/usr/ports/packages/All/tvision-0.6.tgz'
tar: can't add file lib/libtvision.so.0 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
*** Error code 1
1998-10-12 21:08:35 +00:00

26 lines
566 B
Makefile

# New ports collection makefile for: tvision
# Version required: 0.6
# Date created: 16 February 1997
# Whom: Sandro Sigala
#
# $Id: Makefile,v 1.6 1998/09/16 22:34:37 vanilla Exp $
#
DISTNAME= tvision-0.6
CATEGORIES= devel
MASTER_SITES= ftp://ftp.vix.com/guests/ssigala/pub/tvision/
MAINTAINER= ssigala@globalnet.it
BROKEN_ELF= library names
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>