diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-08-20 16:21:51 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-08-20 16:21:51 +0000 |
commit | dd36f0c54d49447a2ec9e1a0e8b4856a02cbb56e (patch) | |
tree | ed2b41e4433c7b73e74c12f9bd65fcbbc4fc98e3 /japanese/eblook/Makefile | |
parent | c8bcb4156079392bacd042caf2e7c1616b7872fc (diff) | |
download | ports-dd36f0c54d49447a2ec9e1a0e8b4856a02cbb56e.tar.gz ports-dd36f0c54d49447a2ec9e1a0e8b4856a02cbb56e.zip |
Notes
Diffstat (limited to 'japanese/eblook/Makefile')
-rw-r--r-- | japanese/eblook/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/japanese/eblook/Makefile b/japanese/eblook/Makefile new file mode 100644 index 000000000000..828b92e57a20 --- /dev/null +++ b/japanese/eblook/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: eblook +# Version required: 1.2 +# Date created: 20 August 1999 +# Whom: Shigeyuki Fukushima <shige@FreeBSD.org> +# +# $Id$ +# + +DISTNAME= eblook-1.2 +PKGNAME= ja-eblook-1.2 +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> |