23 lines
389 B
Makefile
Raw Normal View History

2015-12-03 21:24:29 +00:00
# $OpenBSD: Makefile,v 1.30 2015/12/03 21:24:32 sthen Exp $
COMMENT= X11 fonts (.bdf files) editor
1998-05-19 03:55:37 +00:00
DISTNAME= xfed
PKGNAME= xfed-1.0
REVISION= 1
2011-07-19 09:28:36 +00:00
CATEGORIES= x11 fonts
2002-10-29 19:48:57 +00:00
# original site no longer available.
2015-12-03 21:24:29 +00:00
MASTER_SITES= https://spacehopper.org/mirrors/
1998-05-19 03:55:37 +00:00
# License: BSD
2000-06-10 01:02:31 +00:00
PERMIT_PACKAGE_CDROM= Yes
2008-02-01 21:55:23 +00:00
WANTLIB= X11 Xau Xdmcp Xext c
2000-02-12 06:29:49 +00:00
CONFIGURE_STYLE= imake
1998-05-19 03:55:37 +00:00
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
2002-10-29 19:48:57 +00:00
1998-05-19 03:55:37 +00:00
.include <bsd.port.mk>