blob: 54c63e43cd5d3a3909d31d1765bff5718e2a7dab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: atftp
# Date created: 5 October 2010
# Whom: kevlo
#
# $FreeBSD$
#
PORTNAME= atftp
PORTVERSION= 0.7
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>
|