4eb209da7d
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
# New ports collection makefile for: ja-oleo
|
|
# Date created: 2 March 1997
|
|
# Whom: Yoshiro MIHIRA
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= oleo
|
|
PORTVERSION= 1.6
|
|
CATEGORIES= japanese math
|
|
MASTER_SITES= http://www.hh.iij4u.or.jp/~hayasida/oleo/ \
|
|
${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= oleo
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
|
${PORTNAME}-doc.tar.gz
|
|
|
|
PATCH_SITES= http://www.hh.iij4u.or.jp/%7Ehayasida/oleo/
|
|
PATCHFILES= ${DISTNAME}-${PORTVERSION}jb2.diff.gz
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Spreadsheet Program + Japanese patches
|
|
|
|
# xmkmf is for configure script, not for USE_IMAKE.
|
|
BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT}
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
|
GNU_CONFIGURE=yes
|
|
USE_XLIB= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
BROKEN= "Does not compile"
|
|
.endif
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/oleo/ja_JP.EUC
|
|
@${INSTALL_DATA} ${WRKDIR}/USING.eucJP ${PREFIX}/share/doc/oleo/ja_JP.EUC/
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|