21 lines
354 B
Makefile
21 lines
354 B
Makefile
# $OpenBSD: Makefile,v 1.21 2013/10/11 21:21:08 naddy Exp $
|
|
|
|
COMMENT= full-screen image to adjust your monitor
|
|
|
|
DISTNAME= xtestpicture-1.2
|
|
REVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xext c
|
|
|
|
MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/
|
|
|
|
CONFIGURE_STYLE=imake
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|