aboutsummaryrefslogtreecommitdiffstats
path: root/math/wingz/Makefile
blob: a86a9ad73e768ea76f56cbb4b466a69320e46c0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    wingz
# Date created:         Wed Nov 27 09:15:10 CST 1996
# Whom:                 erich@rrnet.com
#
# $FreeBSD$
#

PORTNAME=   Wingz
PORTVERSION=    142
PORTREVISION=   1
CATEGORIES= math linux
MASTER_SITES=   ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/financial/spreadsheet
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org
COMMENT=    A Commercial Spreadsheet

ONLY_FOR_ARCHS= i386

USE_LINUX=  yes
NO_WRKSUBDIR=   yes
USE_X_PREFIX=   yes

post-install:
    @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL

.include <bsd.port.mk>