openbsd-ports/x11/xkeycaps/Makefile

27 lines
550 B
Makefile
Raw Normal View History

2004-12-17 10:03:17 -05:00
# $OpenBSD: Makefile,v 1.8 2004/12/17 15:03:18 alek Exp $
COMMENT= "keymap editor for the X window system"
DISTNAME= xkeycaps-2.46
CATEGORIES= x11 sysutils
2002-10-29 14:48:57 -05:00
MASTER_SITES= http://www.jwz.org/xkeycaps/
EXTRACT_SUFX= .tar.Z
2000-10-22 13:01:05 -04:00
MAINTAINER= Hans Insulander <hin@stacken.kth.se>
HOMEPAGE=http://www.jwz.org/xkeycaps/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-17 10:03:17 -05:00
WANTLIB= ICE SM X11 Xaw Xext Xmu Xt c
2001-07-09 13:10:49 -04:00
USE_X11= Yes
CONFIGURE_STYLE= imake
2002-10-29 14:48:57 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>