freebsd-ports/japanese/oleo/Makefile

45 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: ja-oleo
# Date created: 2 March 1997
# Whom: Yoshiro MIHIRA
#
1999-08-25 07:28:01 +02:00
# $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
2003-07-09 17:19:37 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-22 14:24:09 +01:00
COMMENT= A Spreadsheet Program + Japanese patches
# xmkmf is for configure script, not for USE_IMAKE.
BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT}
2004-04-10 19:26:55 +02:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
GNU_CONFIGURE=yes
2004-04-10 19:26:55 +02:00
USE_XLIB= yes
2003-05-18 12:15:44 +02:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
2004-04-10 19:26:55 +02:00
BROKEN= "Does not compile"
2003-05-18 12:15:44 +02:00
.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
2003-05-18 12:15:44 +02:00
.include <bsd.port.post.mk>