openbsd-ports/x11/lupe/Makefile

31 lines
507 B
Makefile
Raw Normal View History

2008-02-01 16:38:26 -05:00
# $OpenBSD: Makefile,v 1.20 2008/02/01 21:38:27 steven Exp $
COMMENT= real-time magnifying glass for X11
DISTNAME= lupe008c
2008-02-01 16:38:26 -05:00
PKGNAME= lupe-0.08p0
1998-05-19 01:19:27 -04:00
CATEGORIES= x11
2002-10-29 14:48:57 -05:00
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://www.oersted.co.jp/~yav/soft/
1998-05-19 01:19:27 -04:00
# License: PD
2000-04-05 06:04:12 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2008-02-01 16:38:26 -05:00
WANTLIB= X11 Xau Xdmcp Xext c m
2000-02-12 03:58:16 -05:00
2001-07-09 13:10:49 -04:00
USE_X11= Yes
CONFIGURE_STYLE=imake
1998-05-19 01:19:27 -04:00
XMKMF= xmkmf
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/lupe
1999-10-31 02:56:54 -05:00
2002-10-29 14:48:57 -05:00
NO_REGRESS= Yes
1998-05-19 01:19:27 -04:00
.include <bsd.port.mk>