openbsd-ports/x11/sliderule/Makefile

24 lines
432 B
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.20 2010/10/24 21:15:34 ajacoutot Exp $
1998-01-24 16:36:51 -05:00
COMMENT= slide rule component of X11R3's xcalc
1998-01-24 16:36:51 -05:00
DISTNAME= sliderule
PKGNAME= sliderule-1.0
REVISION= 0
1998-01-24 16:36:51 -05:00
CATEGORIES= x11
PERMIT_PACKAGE_CDROM= no license
PERMIT_PACKAGE_FTP= no license
PERMIT_DISTFILES_CDROM= no license
PERMIT_DISTFILES_FTP= no license
2008-02-01 16:47:16 -05:00
WANTLIB= X11 Xau Xdmcp Xext c m
2000-03-23 16:41:24 -05:00
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
2001-07-09 13:10:49 -04:00
CONFIGURE_STYLE= imake
1998-01-24 16:36:51 -05:00
2002-10-29 14:48:57 -05:00
NO_REGRESS= Yes
1998-01-24 16:36:51 -05:00
.include <bsd.port.mk>