1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/japanese/ebnetd/Makefile
William Grzybowski f930059b5b japanese/ebnetd: allow staging
- Allow staging
- Add Created by in Makefile header
- Convert lib depends to new format

PR:		ports/182393
Submitted by:	Yasuhiro KIMURA <yasu utahime.org> (maintainer)
2013-09-26 14:18:25 +00:00

31 lines
632 B
Makefile

# Created by: Motoyuki Kasahara <m-kasahr@sra.co.jp>
# $FreeBSD$
PORTNAME= ebnetd
PORTVERSION= 1.0
PORTREVISION= 8
CATEGORIES= japanese ipv6
MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/
MAINTAINER= yasu@utahime.org
COMMENT= Servers for accessing CD-ROM books via TCP/IP
LICENSE= GPLv2
LIB_DEPENDS= libeb.so:${PORTSDIR}/japanese/eb
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${RUNDIR} --with-logdir=${LOGDIR}
# Local variables
LOGDIR= /var/log
RUNDIR= /var/run
USE_RC_SUBR= ebhttpd ebnetd ndtpd
SUB_FILES= pkg-message
PLIST_SUB= EBNETD_RUNDIR=${RUNDIR}/${PORTNAME}
INFO= ebnetd ebnetd-ja
.include <bsd.port.mk>