freebsd-ports/math/wingz/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

27 lines
595 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.4 1997/07/13 18:49:25 max 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_X_PREFIX= yes
post-install:
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>