aboutsummaryrefslogblamecommitdiff
path: root/x11-toolkits/viewkit/Makefile
blob: 5e520d6f5efbada56dd197a461a34db84b7103ce (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                                       


           
 

                       
                 
                            


                                                          
                                
 
                                 
                                                         
 


                                                                   
                            
                          
                   


                                      



                                                                                 
 
              
                                                         
 
                      
# New ports collection makefile for:	Viewkit from Hungry Programming
# Date created:				Aug 2000
# Whom:					peterho@ned.dem.csiro.au
#
# $FreeBSD$
#

PORTNAME=	viewkit
PORTVERSION=	0.00
PORTREVISION=	4
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

DEPRECATED=     Upstream disapear and distfile is no more available
EXPIRATION_DATE=        2011-05-01

USE_AUTOTOOLS=	autoconf:env
MOTIFPACKAGE?=	open-motif
USE_MOTIF=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-${MOTIFPACKAGE}

post-patch:
	@${REINPLACE_CMD} -e 's/^friend/friend class/' ${WRKSRC}/Vk/VkAction.h \
		${WRKSRC}/Vk/VkApp.h ${WRKSRC}/Vk/VkMenu.h
	@${REINPLACE_CMD} -E 's/\((VkPipe::handleInput)\)/\1/' ${WRKSRC}/VkPipe.C

pre-configure:
	@cd ${WRKSRC}; ${CHMOD} +w configure; ${AUTOCONF}

.include <bsd.port.mk>