openbsd-ports/x11/sliderule/Makefile

22 lines
414 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.15 2006/02/10 10:14:14 steven Exp $
1998-01-24 16:36:51 -05:00
2001-09-09 14:14:51 -04:00
COMMENT= "slide rule component of X11R3's xcalc"
1998-01-24 16:36:51 -05:00
DISTNAME= sliderule
PKGNAME= sliderule-1.0
CATEGORIES= x11
2000-03-23 16:41:24 -05:00
PERMIT_PACKAGE_CDROM= "no license"
PERMIT_PACKAGE_FTP= "no license"
2000-03-23 16:41:24 -05:00
PERMIT_DISTFILES_CDROM= "no license"
PERMIT_DISTFILES_FTP= "no license"
2004-12-19 12:27:00 -05:00
WANTLIB= X11 Xext c m
2000-03-23 16:41:24 -05:00
2001-07-09 13:10:49 -04:00
USE_X11= Yes
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>