1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/ftp/lukemftp/Makefile
Shaun Amott e4a7dd6e17 Add ipv6 secondary category.
PR:		ports/106004
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2006-11-29 13:07:09 +00:00

26 lines
569 B
Makefile

# New ports collection makefile for: lukemftp
# Date created: 04 Aug 2000
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= lukemftp
PORTVERSION= 1.5
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/old/
MAINTAINER= ports@FreeBSD.org
COMMENT= Enhanced ftp client from NetBSD
GNU_CONFIGURE= yes
MAN1= lukemftp.1
PLIST_FILES= bin/lukemftp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/ftp ${PREFIX}/bin/lukemftp
${INSTALL_MAN} ${WRKSRC}/src/ftp.1 ${PREFIX}/man/man1/lukemftp.1
.include <bsd.port.mk>