1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/x11-toolkits/viewkit/Makefile
2004-08-20 19:12:34 +00:00

39 lines
806 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= ports@FreeBSD.org
COMMENT= ViewKit workalike from Hungry Programmers
WANT_AUTOCONF_VER= 253
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; ${AUTOCONF}
.include <bsd.port.post.mk>