23 lines
389 B
Makefile
23 lines
389 B
Makefile
# $OpenBSD: Makefile,v 1.30 2015/12/03 21:24:32 sthen Exp $
|
|
|
|
COMMENT= X11 fonts (.bdf files) editor
|
|
|
|
DISTNAME= xfed
|
|
PKGNAME= xfed-1.0
|
|
REVISION= 1
|
|
CATEGORIES= x11 fonts
|
|
|
|
# original site no longer available.
|
|
MASTER_SITES= https://spacehopper.org/mirrors/
|
|
|
|
# License: BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xext c
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|