30 lines
607 B
Makefile
30 lines
607 B
Makefile
# $OpenBSD: Makefile,v 1.22 2008/02/01 21:55:23 steven Exp $
|
|
|
|
COMMENT= X11 fonts (.bdf files) editor
|
|
|
|
DISTNAME= xfed
|
|
PKGNAME= xfed-1.0p0
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ftp://ftp.demon.co.uk/pub/graphics/systems/X11.old/pub/R6untarred/contrib/programs/
|
|
|
|
# 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
|
|
|
|
# As the xfed tarball is created on the fly the checksum will always
|
|
# be incorrect; so don't bother...
|
|
#
|
|
NO_CHECKSUM= yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|