31 lines
507 B
Makefile
31 lines
507 B
Makefile
# $OpenBSD: Makefile,v 1.20 2008/02/01 21:38:27 steven Exp $
|
|
|
|
COMMENT= real-time magnifying glass for X11
|
|
|
|
DISTNAME= lupe008c
|
|
PKGNAME= lupe-0.08p0
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
HOMEPAGE= http://www.oersted.co.jp/~yav/soft/
|
|
|
|
# License: PD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xext c m
|
|
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE=imake
|
|
XMKMF= xmkmf
|
|
|
|
WRKDIST= ${WRKDIR}/lupe
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|