summaryrefslogblamecommitdiff
path: root/x11-toolkits/viewkit/Makefile
blob: 27c5957e4d3ceee68b23f65d316fc228199445df (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                 


                                                          


                                        
                                                         






                                                              
               


                                      





                                                 


                                                           
                           
#
# 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>