23 lines
492 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.21 2007/09/15 20:04:27 merdely Exp $
# ATTENTION: It does not work in > 256 color modes, please fix
# it if you can.
1998-05-19 05:29:54 +00:00
COMMENT= .bdf, .xbm, .xpm mouse cursor editor
2001-06-12 07:28:17 +00:00
DISTNAME= xfedor-5.0.1
1998-05-19 05:29:54 +00:00
CATEGORIES= x11
2002-10-29 19:48:57 +00:00
2002-05-15 18:05:18 +00:00
MASTER_SITES= ${MASTER_SITE_SUNSITE:=X11/fonts/}
1998-05-19 05:29:54 +00:00
# BSD-like, badly worded
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-17 15:03:17 +00:00
WANTLIB= X11 Xpm c m
2000-02-12 06:29:49 +00:00
2001-07-09 17:10:49 +00:00
USE_X11= Yes
2002-10-29 19:48:57 +00:00
NO_REGRESS= Yes
2001-07-09 17:10:49 +00:00
1998-05-19 05:29:54 +00:00
.include <bsd.port.mk>