1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/x11-toolkits/open-motif-devel/Makefile
Satoshi Asami 0938d81904 Use FORBIDDEN to indicate that this port shouldn't be built under any (some)
circumstances.  This is different from BROKEN, which merely means we think
it is broken.
1999-03-29 07:50:14 +00:00

22 lines
445 B
Makefile

# New ports collection makefile for: motif
# Version required: 2.1.10
# Date created: 5 December 1994
# Whom: asami
#
# $Id: Makefile,v 1.2 1999/02/13 01:40:35 asami Exp $
#
DISTNAME= Motif-2.1.10
CATEGORIES= x11-toolkits
DISTFILES= # empty
USE_X_PREFIX= yes
NO_BUILD= yes
NO_INSTALL= yes
IS_INTERACTIVE= yes
.if !defined(PACKAGE_BUILDING)
FORBIDDEN= this is a dummy package for installing Motif dependencies
.endif
.include <bsd.port.mk>