diff options
Diffstat (limited to 'japanese/ebnetd/Makefile')
-rw-r--r-- | japanese/ebnetd/Makefile | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/japanese/ebnetd/Makefile b/japanese/ebnetd/Makefile deleted file mode 100644 index 9b1410dcea24..000000000000 --- a/japanese/ebnetd/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: ndtpd -# Version required: 2.2 -# Date created: 4 Aug 1998 -# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp> -# -# $Id: Makefile,v 1.6 1999/01/26 03:06:43 steve Exp $ -# - -DISTNAME= ndtpd-2.2.2 -PKGNAME= ja-ndtpd-2.2.2 -CATEGORIES= japanese -MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/ \ - ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/old/ - -MAINTAINER= takamune@avrl.mei.co.jp - -LIB_DEPENDS= eb.2:${PORTSDIR}/japanese/eb - -GNU_CONFIGURE= yes -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 -.endif - -post-install: - if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi -.for info in ndtpd ndtpd-ja - install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir -.endfor - @${SETENV} PKG_PREFIX=${PREFIX} IS_INTERACTIVE="${IS_INTERACTIVE}" \ - ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL - -.include <bsd.port.mk> |