openbsd-ports/x11/xfed/Makefile
2010-10-24 20:58:58 +00:00

27 lines
483 B
Makefile

# $OpenBSD: Makefile,v 1.26 2010/10/24 21:15:36 ajacoutot Exp $
COMMENT= X11 fonts (.bdf files) editor
DISTNAME= xfed
PKGNAME= xfed-1.0
REVISION= 1
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_GROFF = Yes
CONFIGURE_STYLE= imake
NO_REGRESS= Yes
.include <bsd.port.mk>