e8a2398d62
with its contents.
27 lines
596 B
Makefile
27 lines
596 B
Makefile
# $OpenBSD: Makefile,v 1.15 2001/06/20 01:43:42 pvalchev Exp $
|
|
|
|
COMMENT= "X11 fonts (.bdf files) editor"
|
|
|
|
DISTNAME= xfed
|
|
PKGNAME= xfed-1.0
|
|
CATEGORIES= x11
|
|
NEED_VERSION= 1.402
|
|
MASTER_SITES= ftp://ftp.demon.co.uk/pub/graphics/systems/X11.old/pub/R6untarred/contrib/programs/
|
|
|
|
MAINTAINER= ports@openbsd.org
|
|
|
|
# License: BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= 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
|
|
|
|
.include <bsd.port.mk>
|