26 lines
464 B
Makefile
26 lines
464 B
Makefile
# $OpenBSD: Makefile,v 1.17 2010/10/19 08:14:01 espie Exp $
|
|
|
|
COMMENT= full-screen image to adjust your monitor
|
|
|
|
DISTNAME= xtestpicture-1.2
|
|
REVISION= 0
|
|
CATEGORIES= x11
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xext c
|
|
|
|
MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/
|
|
|
|
USE_X11= Yes
|
|
USE_GROFF = Yes
|
|
CONFIGURE_STYLE=imake
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|