2001-04-07 06:19:54 +02:00
|
|
|
#
|
|
|
|
# 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
|
2001-11-27 08:09:30 +01:00
|
|
|
MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/viewkit/ \
|
|
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= fenner
|
2001-04-07 06:19:54 +02:00
|
|
|
DISTNAME= libvk-Apr19-2243
|
|
|
|
|
|
|
|
MAINTAINER= peterho@ned.dem.csiro.au
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${AUTOCONFIG}:${PORTSDIR}/devel/${AUTOCONFIG}
|
|
|
|
|
|
|
|
AUTOCONFIG= autoconf
|
|
|
|
|
|
|
|
MOTIFPACKAGE?= open-motif
|
|
|
|
USE_X_PREFIX= yes
|
2001-08-31 16:37:54 +02:00
|
|
|
USE_MOTIF = yes
|
2001-04-07 06:19:54 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-${MOTIFPACKAGE}
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@cd ${WRKSRC}; ${CHMOD} +w configure; ${AUTOCONFIG}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|