aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/ebnetd/Makefile
diff options
context:
space:
mode:
authoryoichi <yoichi@FreeBSD.org>2002-04-01 00:14:54 +0800
committeryoichi <yoichi@FreeBSD.org>2002-04-01 00:14:54 +0800
commit15ad630670e6f480ed067cd2f8e1eef1a9840f0b (patch)
tree130d8afeabf580bf3057a476c3c2457e5d3a159c /japanese/ebnetd/Makefile
parentcd21aeb6618871b2debe31668445141d5fd68e85 (diff)
downloadfreebsd-ports-gnome-15ad630670e6f480ed067cd2f8e1eef1a9840f0b.tar.gz
freebsd-ports-gnome-15ad630670e6f480ed067cd2f8e1eef1a9840f0b.tar.zst
freebsd-ports-gnome-15ad630670e6f480ed067cd2f8e1eef1a9840f0b.zip
Update japanese/eb for the latest version 3.2.1 and
japanese/ndtpd for the latest version 3.1.1pl1. PR: ports/36004 Submitted by: maintainer
Diffstat (limited to 'japanese/ebnetd/Makefile')
-rw-r--r--japanese/ebnetd/Makefile20
1 files changed, 9 insertions, 11 deletions
diff --git a/japanese/ebnetd/Makefile b/japanese/ebnetd/Makefile
index 8c7c33255f68..bc72a95723cb 100644
--- a/japanese/ebnetd/Makefile
+++ b/japanese/ebnetd/Makefile
@@ -6,21 +6,20 @@
#
PORTNAME= ndtpd
-PORTVERSION= 2.3.8
+PORTVERSION= 3.1.1
CATEGORIES= japanese
MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/
PATCH_SITES= ${MASTER_SITES}
-PATCHFILES= ${DISTNAME}+2.diff
+PATCHFILES= ${DISTNAME}+.diff
MAINTAINER= takamune@avrl.mei.co.jp
-LIB_DEPENDS= eb.3:${PORTSDIR}/japanese/eb
+LIB_DEPENDS= eb.6:${PORTSDIR}/japanese/eb
+BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --localstatedir=${RUNDIR} --with-logdir=${LOGDIR} \
- --with-eb --with-eb-includes=${PREFIX}/include \
- --with-zlib --with-eb-libraries=${PREFIX}/lib
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --localstatedir=${RUNDIR} --with-logdir=${LOGDIR}
.if !defined(PACKAGE_BUILDING)
IS_INTERACTIVE= Maybe_interactive_at_install_stage
@@ -29,11 +28,10 @@ IS_INTERACTIVE= Maybe_interactive_at_install_stage
# Local variables
LOGDIR= /var/log
RUNDIR= /var/run
-STARTUP_SCRIPT= ndtpd.sh.sample
-
-post-extract:
- cd ${WRKSRC} && ${RM} -rf eb
+STARTUP_SCRIPT= ${PORTNAME}.sh.sample
+pre-configure:
+ cd ${WRKSRC}; autoconf
post-build:
${SED} "s,@prefix@,${PREFIX},; s,@rundir@,${RUNDIR},"\
${FILESDIR}/${STARTUP_SCRIPT} > ${WRKDIR}/${STARTUP_SCRIPT}