openbsd-ports/x11/xantfarm/Makefile
jasper b471fc5ea5 - fix homepage and master sites
- update distinfo with new distfile (no source code changed)
- bump pkgname

ok pval
2006-10-20 15:37:45 +00:00

27 lines
523 B
Makefile

# $OpenBSD: Makefile,v 1.16 2006/10/20 15:37:45 jasper Exp $
COMMENT= "ant hill simulation on X11 root window"
DISTNAME= xantfarm
PKGNAME= xantfarm-1.16p0
CATEGORIES= x11
HOMEPAGE= http://www.acme.com/software/xantfarm/
MASTER_SITES= ${HOMEPAGE}
DISTFILES= xantfarm_23oct1991.tar.gz
# BSD-like, badly worded
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext c
USE_X11= Yes
CONFIGURE_STYLE= imake
NO_REGRESS= Yes
.include <bsd.port.mk>