1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/japanese/ebnetd/Makefile
Michael Haro 5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00

38 lines
1.0 KiB
Makefile

# 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.7 1999/03/15 13:00:35 taoka 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:
.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>