mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
88c33443f4
japanese/ndtpd for the latest version 3.1.1pl1. PR: ports/36004 Submitted by: maintainer
46 lines
1.0 KiB
Makefile
46 lines
1.0 KiB
Makefile
# New ports collection makefile for: ndtpd
|
|
# Date created: 4 Aug 1998
|
|
# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ndtpd
|
|
PORTVERSION= 3.1.1
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/
|
|
|
|
PATCH_SITES= ${MASTER_SITES}
|
|
PATCHFILES= ${DISTNAME}+.diff
|
|
|
|
MAINTAINER= takamune@avrl.mei.co.jp
|
|
|
|
LIB_DEPENDS= eb.6:${PORTSDIR}/japanese/eb
|
|
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --localstatedir=${RUNDIR} --with-logdir=${LOGDIR}
|
|
|
|
.if !defined(PACKAGE_BUILDING)
|
|
IS_INTERACTIVE= Maybe_interactive_at_install_stage
|
|
.endif
|
|
|
|
# Local variables
|
|
LOGDIR= /var/log
|
|
RUNDIR= /var/run
|
|
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}
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/${STARTUP_SCRIPT} ${PREFIX}/etc/rc.d
|
|
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
|
@${ECHO}
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|