openbsd-ports/net/ftpcopy/Makefile
naddy 2a6ac94b2d inscrutable license mix
problem pointed out by maintainer Brian J. Kifiak <bk@rt.fm>
2001-10-17 12:35:14 +00:00

24 lines
608 B
Makefile

# $OpenBSD: Makefile,v 1.4 2001/10/17 12:35:14 naddy 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.419
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>