openbsd-ports/x11/xaniroc/Makefile
pvalchev 7172dff8eb These do not have licenses, so we cannot distribute distfiles/packages.
Set PERMIT_* to "no license" for now.  Authors will be contacted so that
they are aware of the situation, but we cannot break the copyright law.
2001-06-27 20:56:24 +00:00

33 lines
777 B
Makefile

# OpenBSD makefile for: xaniroc
# Version required: 0.3
# Date created: May 19 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.11 2001/06/27 20:56:28 pvalchev Exp $
#
COMMENT= "animate your root-cursor"
DISTNAME= xaniroc
PKGNAME= xaniroc-1.02
CATEGORIES= x11
NEED_VERSION= 1.402
MASTER_SITES= ftp://ftp.freebird.org/unixware/freebird/x11/utils/ \
ftp://sunsite.cnlab-switch.ch/mirror/novell/freebird/x11/utils/
EXTRACT_SUFX= .src.tar.Z
MAINTAINER= ports@openbsd.org
# License: NONE
PERMIT_PACKAGE_CDROM= "no license"
PERMIT_PACKAGE_FTP= "no license"
PERMIT_DISTFILES_CDROM= "no license"
PERMIT_DISTFILES_FTP= "no license"
CONFIGURE_STYLE= imake
post-extract:
mv ${WRKSRC}/manpage.1 ${WRKSRC}/xaniroc.man
.include <bsd.port.mk>