openbsd-ports/x11/xfed/Makefile
sthen 75799bca75 - old MASTER_SITES no longer has the distfile, so switch to a mirror
- this had an evil use of NO_CHECKSUM (don't do that at home kids,
just mirror the distfile!): remove it and provide distinfo

- regen PLIST while there, and thus bump package

ok steven@
2008-09-05 21:31:55 +00:00

26 lines
467 B
Makefile

# $OpenBSD: Makefile,v 1.23 2008/09/05 21:31:55 sthen Exp $
COMMENT= X11 fonts (.bdf files) editor
DISTNAME= xfed
PKGNAME= xfed-1.0p1
CATEGORIES= x11
# original site no longer available.
MASTER_SITES= http://spacehopper.org/mirrors/
# License: BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xau Xdmcp Xext c
USE_X11= Yes
CONFIGURE_STYLE= imake
NO_REGRESS= Yes
.include <bsd.port.mk>