summaryrefslogtreecommitdiff
path: root/japanese/ndtpd/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-01-26 03:07:05 +0000
committerSteve Price <steve@FreeBSD.org>1999-01-26 03:07:05 +0000
commit6fcce78a8866bda3f551195d1ca16cc16a2a0744 (patch)
tree2799987df8fbd23559259a1bbbb99b1100753294 /japanese/ndtpd/Makefile
parent(1) Do not delete and recreate the chroot dir for every new package (diff)
Update to version 2.2
PR: 9595 (2 of 2) Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=16335
Diffstat (limited to 'japanese/ndtpd/Makefile')
-rw-r--r--japanese/ndtpd/Makefile55
1 files changed, 12 insertions, 43 deletions
diff --git a/japanese/ndtpd/Makefile b/japanese/ndtpd/Makefile
index 951c434c670c..343d4e133759 100644
--- a/japanese/ndtpd/Makefile
+++ b/japanese/ndtpd/Makefile
@@ -1,68 +1,37 @@
# New ports collection makefile for: ndtpd
-# Version required: 2.0.3
+# Version required: 2.2
# Date created: 4 Aug 1998
# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp>
#
-# $Id: Makefile,v 1.4 1998/08/10 12:21:16 steve Exp $
+# $Id: Makefile,v 1.5 1998/10/16 04:32:50 jseger Exp $
#
-DISTNAME= ndtpd-2.0.3
-PKGNAME= ja-ndtpd-2.0.3
+DISTNAME= ndtpd-2.2
+PKGNAME= ja-ndtpd-2.2
CATEGORIES= japanese
-MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/appendix/ \
- ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/appendix/old/ \
- ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/ \
+MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/ \
ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/old/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
- ${APPENDIXFILES}
-APPENDIXFILES= chujiten-2.3.tar.gz \
- chujiten2-2.0.tar.gz \
- chujiten6-2.3.tar.gz \
- colloc-2.0.tar.gz \
- daijirin-2.0.tar.gz \
- global-2.0.tar.gz \
- heritage-2.2.tar.gz \
- izumi-2.0.tar.gz \
- jitenban-2.4.tar.gz \
- jitenban97-2.1.tar.gz \
- kanjigen-2.0.tar.gz \
- kojien-2.3.tar.gz \
- kojien2-2.0.tar.gz \
- kojien4-2.2.tar.gz \
- oxford-2.0.tar.gz \
- plus-2.0.tar.gz \
- readers-2.2.tar.gz \
- readers2-2.0.tar.gz
MAINTAINER= m-kasahr@sra.co.jp
-BROKEN_ELF= yes
+LIB_DEPENDS= eb.2:${PORTSDIR}/japanese/eb
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-
-DIST_SUBDIR= ndtpd
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --localstatedir=/var --enable-ja-doc
+CONFIGURE_ARGS= --localstatedir=/var --with-eb --with-zlib \
+ --with-eb-includes=${PREFIX}/include \
+ --with-eb-libraries=${PREFIX}/lib
+
CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
INSTALL_DATA="${INSTALL_DATA}"
.if !defined(PACKAGE_BUILDING)
-IS_INTERACTIVE= Maybe interactive at install stage
+IS_INTERACTIVE= Maybe_interactive_at_install_stage
.endif
-APPENDIXDIR= ${PREFIX}/share/eb/appendix
-
post-install:
- for i in ${APPENDIXFILES}; do \
- dir="`echo $$i | ${SED} 's/\.tar\.gz$$//'`"; \
- ${RM} -rf ${APPENDIXDIR}/$$dir; \
- (cd ${APPENDIXDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
- ${DISTDIR}/${DIST_SUBDIR}/$$i ${EXTRACT_AFTER_ARGS}); \
- done
if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
- ${INSTALL_DATA} ${FILESDIR}/LIST ${APPENDIXDIR}/LIST
-.for info in ndtpd ndtpd-ja ebinfo
+.for info in ndtpd ndtpd-ja
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
.endfor
@${SETENV} PKG_PREFIX=${PREFIX} IS_INTERACTIVE="${IS_INTERACTIVE}" \