93872f18cc
tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
41 lines
883 B
Makefile
41 lines
883 B
Makefile
#
|
|
# ports collection makefile for: Viewkit from Hungry Programming.
|
|
# Date created: Aug 2000
|
|
# Whom: peterho@ned.dem.csiro.au
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
#
|
|
#
|
|
|
|
PORTNAME= viewkit
|
|
PORTVERSION= 0.00
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/viewkit/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= fenner
|
|
DISTNAME= libvk-Apr19-2243
|
|
|
|
MAINTAINER= peterho@ned.dem.csiro.au
|
|
COMMENT= ViewKit workalike from Hungry Programmers
|
|
|
|
BUILD_DEPENDS= ${AUTOCONFIG}:${PORTSDIR}/devel/${AUTOCONFIG}
|
|
|
|
AUTOCONFIG= autoconf
|
|
|
|
MOTIFPACKAGE?= open-motif
|
|
USE_X_PREFIX= yes
|
|
USE_MOTIF = yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-${MOTIFPACKAGE}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
BROKEN= "Does not compile (bad C++ code)"
|
|
.endif
|
|
|
|
pre-configure:
|
|
@cd ${WRKSRC}; ${CHMOD} +w configure; ${AUTOCONFIG}
|
|
|
|
.include <bsd.port.post.mk>
|