24 lines
404 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00:00
# $OpenBSD: Makefile,v 1.28 2013/03/11 11:46:18 espie 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.
MASTER_SITES= http://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
2010-10-19 08:13:56 +00:00
USE_GROFF = Yes
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>