summaryrefslogblamecommitdiff
path: root/math/wingz3/Makefile
blob: 6ea08e660801f70f5997c6cec55e6bf2017d1374 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                             


                                                    
           

 

                        
                          

                    
 
                                    
 
                                                       
 

                    
                   
                   
                   















                                                                     

                      
# New ports collection makefile for:    wingz
# Date created:         Wed Nov 27 09:15:10 CST 1996
# Whom:                 erich@rrnet.com
#
# $FreeBSD$
#

PORTNAME=	wingzpro
PORTVERSION=	311
CATEGORIES=	math linux
MASTER_SITES=	netu
EXTRACT_ONLY=

MAINTAINER=	mi@aldan.algebra.com

NO_PACKAGE=	"nothing to build. commercial software"

ONLY_FOR_ARCHS=	i386

USE_LINUX=	yes
USE_X_PREFIX=	yes
NO_BUILD=	yes

do-fetch:
	#
	# this is another one of those commercial pieces of software,
	# that require you to download manually after "registering".
	# Please, proceeed to
	#	http://www.wingz-us.com/iisg_main/downloads.html
	# download the ${DISTFILES} and save it to ${DISTDIR}.
	#

do-install:
	${TAR} -xzp -C ${X11BASE} -f ${DISTDIR}/${DISTFILES}
	${SED} 's%_X11BASE_%${X11BASE}%' \
		< ${FILESDIR}/Wingz3 \
		> ${X11BASE}/bin/Wingz3
	${CHMOD} 755 ${X11BASE}/bin/Wingz3

.include <bsd.port.mk>