1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/japanese/eblook/Makefile
Satoshi Taoka 4d4528aff3 Updated to 1.3
Approved by:  maintainer (shige@FreeBSD.org)
2000-01-23 11:41:17 +00:00

35 lines
798 B
Makefile

# New ports collection makefile for: eblook
# Version required: 1.3
# Date created: 20 August 1999
# Whom: Shigeyuki Fukushima <shige@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= eblook-1.3
PKGNAME= ja-eblook-1.3
CATEGORIES= japanese textproc
MASTER_SITES= http://openlab.ring.gr.jp/lookup/DIST/eblook/
MAINTAINER= shige@FreeBSD.org
DOCDIR= share/doc/eblook
LIB_DEPENDS= eb.3:${PORTSDIR}/japanese/eb
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-eb-includes=${PREFIX}/include \
--with-eb-libraries=${PREFIX}/lib
PLIST_SUB= DOCDIR=${DOCDIR}
post-install:
.if !defined(NOPORTDOCS)
@[ ! -d ${PREFIX}/${DOCDIR} ] && ${MKDIR} ${PREFIX}/${DOCDIR}
@for i in AUTHORS COPYING ChangeLog NEWS README ; do \
${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${DOCDIR} ;\
done
.endif
.include <bsd.port.mk>