1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/ftp/atftp/Makefile
Kevin Lo 60b38683d9 Since atftpd uses signals, check for EINTR and continue
Approved by:	miwi
Feature safe:	yes
2011-01-30 08:21:12 +00:00

31 lines
560 B
Makefile

# New ports collection makefile for: atftp
# Date created: 5 October 2010
# Whom: kevlo
#
# $FreeBSD$
#
PORTNAME= atftp
PORTVERSION= 0.7
PORTREVISION= 2
CATEGORIES= ftp
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/a/${PORTNAME}
DISTNAME= ${PORTNAME}_${PORTVERSION}.dfsg.orig
MAINTAINER= kevlo@FreeBSD.org
COMMENT= Advanced tftp server and client
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.dfsg
USE_RC_SUBR= atftpd
GNU_CONFIGURE= yes
PLIST_FILES= bin/atftp \
sbin/atftpd
MAN1= atftp.1
MAN8= atftpd.8
.include <bsd.port.mk>