25 lines
447 B
Makefile
25 lines
447 B
Makefile
# New ports collection makefile for: motif
|
|
# Date created: 5 December 1994
|
|
# Whom: asami
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Motif
|
|
PORTVERSION= 2.1.10
|
|
CATEGORIES= x11-toolkits
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Motif dummy package
|
|
|
|
USE_X_PREFIX= yes
|
|
NO_BUILD= yes
|
|
NO_INSTALL= yes
|
|
IS_INTERACTIVE= yes
|
|
.if !defined(PACKAGE_BUILDING)
|
|
IGNORE= this is a dummy package for installing Motif dependencies
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|