1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/japanese/oleo/Makefile
Akinori MUSHA edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00

35 lines
856 B
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= sanpei@sanpei.org
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
GNU_CONFIGURE=yes
USE_XLIB= yes
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.mk>