mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
60b38683d9
Approved by: miwi Feature safe: yes
31 lines
560 B
Makefile
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>
|