mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
25 lines
521 B
Makefile
25 lines
521 B
Makefile
# New ports collection makefile for: axyftp
|
|
# Date created: 22 October 1998
|
|
# Whom: Antti Kaipila <anttik@iki.fi>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= axyftp
|
|
PORTVERSION= 0.5.1
|
|
CATEGORIES= ftp
|
|
MASTER_SITES= ftp://ftp.wxftp.seul.org/pub/wxftp/${PORTVERSION}/ \
|
|
ftp://ftp.sunsite.auc.dk/disk2/linuxberg.com/files/x11/network/ \
|
|
ftp://ftp.bitcon.no/.10/linux/linuxberg/files/x11/network/
|
|
|
|
MAINTAINER= kris@FreeBSD.org
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_GTK= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= axyftp.1
|
|
|
|
.include <bsd.port.mk>
|