freebsd-ports/japanese/oleo/Makefile
MIHIRA Sanpei Yoshiro 69645d70b3 drop maintainership
2003-07-09 15:19:37 +00:00

45 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:${PORTSDIR}/devel/imake-4
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>