mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
27 lines
593 B
Makefile
27 lines
593 B
Makefile
# New ports collection makefile for: wingz
|
|
# Version required: 142
|
|
# Date created: Wed Nov 27 09:15:10 CST 1996
|
|
# Whom: erich@rrnet.com
|
|
#
|
|
# $Id: Makefile,v 1.3 1997/05/28 05:33:09 fenner Exp $
|
|
#
|
|
|
|
DISTNAME= Wingz-142
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= apps/financial/spreadsheet
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MANINAINER= erich@FreeBSD.org
|
|
|
|
RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
USE_X11= yes
|
|
|
|
post-install:
|
|
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|