1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/japanese/eb/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

97 lines
2.5 KiB
Makefile

# New ports collection makefile for: eb
# Date created: 20 Jan 1999
# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp>
#
# $FreeBSD$
#
PORTNAME= eb
PORTVERSION= 4.2.1
PORTREVISION= 1
CATEGORIES= japanese
MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/
DISTFILES= ${EBFILES} \
${LISTFILES} \
${APPENDIXFILES}
EXTRACT_ONLY= ${EBFILES}
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= eb-4.2.1+.diff
PATCH_DIST_STRIP= -p1
MAINTAINER= takamune2004@yahoo.co.jp
COMMENT= C library for accessing EB, EBG, EBXA and EPWING CD-ROM dictionaries
EBFILES= ${DISTNAME}${EXTRACT_SUFX}
LISTFILES= appendix/LIST \
appendix/LIST-ja
APPENDIXFILES= appendix/cencro-1.0.tar.gz \
appendix/chujiten-2.3.tar.gz \
appendix/chujiten2-2.0.tar.gz \
appendix/chujiten6-2.3.tar.gz \
appendix/colloc-2.0.tar.gz \
appendix/crownfj-2.0.tar.gz \
appendix/crownfj2-1.0.tar.gz \
appendix/crowngj-1.0.tar.gz \
appendix/daihyakka-1.0.tar.gz \
appendix/daijirin-2.0.tar.gz \
appendix/dd75-2.0.tar.gz \
appendix/gendai2000-1.0.tar.gz \
appendix/genius-1.0.tar.gz \
appendix/genius2-1.1.tar.gz \
appendix/global-2.0.tar.gz \
appendix/heritage-2.2.tar.gz \
appendix/izumi-2.0.tar.gz \
appendix/jitenban-2.4.tar.gz \
appendix/jitenban97-2.1.tar.gz \
appendix/kanjigen-2.0.tar.gz \
appendix/kanjigen2-2.0.tar.gz \
appendix/kojien-2.3.tar.gz \
appendix/kojien2-2.0.tar.gz \
appendix/kojien4-2.2.tar.gz \
appendix/oxford-2.0.tar.gz \
appendix/plus-2.0.tar.gz \
appendix/readers-2.2.tar.gz \
appendix/readers2-2.0.tar.gz \
appendix/ruigigo-1.0.tar.gz \
appendix/superdic98-1.0.tar.gz
DIST_SUBDIR= eb
USE_BZIP2= yes
USE_GETTEXT= yes
USE_PERL5= yes
USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-nls \
--with-gettext-includes=${LOCALBASE}/include \
--with-gettext-libraries=${LOCALBASE}/lib \
--with-iconv-includes=${LOCALBASE}/include \
--with-iconv-libraries=${LOCALBASE}/lib \
--with-pkgdocdir=${DOCSDIR}
APPENDIXDIR= ${DATADIR}/appendix
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
BROKEN= "Configure fails on ia64"
.endif
post-extract:
${RM} -fr ${WRKSRC}/zlib
${MKDIR} ${WRKDIR}/appendix
.for file in ${APPENDIXFILES}
${TAR} --exclude CVS -C ${WRKDIR}/appendix -zxmf \
${DISTDIR}/${DIST_SUBDIR}/${file}
.endfor
post-install:
.for f in ${LISTFILES}
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${f} ${APPENDIXDIR}
.endfor
${CP} -R ${WRKDIR}/appendix/ ${APPENDIXDIR}
.include <bsd.port.post.mk>