mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:24:52 +00:00
28 lines
524 B
Makefile
28 lines
524 B
Makefile
# Created by: erich@rrnet.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Wingz
|
|
PORTVERSION= 142
|
|
PORTREVISION= 2
|
|
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
|
|
USE_LINUX_APPS= xorglibs
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
# XXX: this is missing "${BRANDELF} -t Linux <executables>"
|
|
|
|
NO_STAGE= yes
|
|
post-install:
|
|
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|