3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
36 lines
806 B
Makefile
36 lines
806 B
Makefile
# 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
|
|
PORTREVISION= 2
|
|
CATEGORIES= math linux
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR=apps/financial/spreadsheet
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
|
COMMENT= A Commercial Spreadsheet
|
|
|
|
NO_PACKAGE= "nothing to build. commercial software"
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX= yes
|
|
USE_XLIB= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
# XXX: this is missing "${BRANDELF} -t Linux <executables>"
|
|
|
|
do-install:
|
|
${TAR} -xzp -C ${LOCALBASE} -f ${DISTDIR}/${DISTFILES}
|
|
${SED} 's%_LOCALBASE_%${LOCALBASE}%' \
|
|
< ${FILESDIR}/Wingz3 \
|
|
> ${LOCALBASE}/bin/Wingz3
|
|
${CHMOD} 755 ${LOCALBASE}/bin/Wingz3
|
|
|
|
.include <bsd.port.mk>
|