1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/japanese/eblook/Makefile
Jason Helfman 21e0c80b0c - add created by to header
- adopt optionsNG
- add LICENSE
- trim COMMENT

PR:		175194
Submitted by:	maintainer, yasu@utahime.org
2013-01-15 05:31:50 +00:00

37 lines
755 B
Makefile

# Created by: Shigeyuki Fukushima <shige@FreeBSD.org>
# $FreeBSD$
PORTNAME= eblook
PORTVERSION= 1.6.1
PORTREVISION= 7
CATEGORIES= japanese textproc
MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/
DIST_SUBDIR= eb
MAINTAINER= yasu@utahime.org
COMMENT= Command to lookup words in EB format dictionaries
LICENSE= GPLv2
LIB_DEPENDS= eb:${PORTSDIR}/japanese/eb
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-eb-includes=${PREFIX}/include \
--with-eb-libraries=${PREFIX}/lib
INFO= eblook
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
for i in AUTHORS COPYING ChangeLog NEWS README ; do \
${INSTALL_DATA} ${WRKSRC}/$${i} ${DOCSDIR} ;\
done
.endif
.include <bsd.port.mk>