24 lines
608 B
Makefile
24 lines
608 B
Makefile
# $OpenBSD: Makefile,v 1.5 2002/03/21 21:09:19 espie Exp $
|
|
|
|
COMMENT= "FTP listing and transfer tools"
|
|
|
|
DISTNAME= ftpcopy-0.3.9
|
|
HOMEPAGE= http://www.ohse.de/uwe/ftpcopy.html
|
|
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.515
|
|
MAINTAINER= Brian J. Kifiak <bk@rt.fm>
|
|
|
|
MASTER_SITES= http://www.ohse.de/uwe/ftpcopy/ \
|
|
ftp://rt.fm/pub/ftpcopy/
|
|
|
|
PERMIT_PACKAGE_CDROM= "inscrutable license mix"
|
|
PERMIT_PACKAGE_FTP= "inscrutable license mix"
|
|
PERMIT_DISTFILES_CDROM= "inscrutable license mix"
|
|
PERMIT_DISTFILES_FTP= "inscrutable license mix"
|
|
|
|
MAKE_FLAGS= CC="${CC}"
|
|
FAKE_FLAGS= prefix="${DESTDIR}/${PREFIX}"
|
|
|
|
.include <bsd.port.mk>
|