25 lines
455 B
Makefile
25 lines
455 B
Makefile
# $OpenBSD: Makefile,v 1.18 2010/10/24 21:15:36 ajacoutot 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_GROFF = Yes
|
|
CONFIGURE_STYLE=imake
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|