22 lines
370 B
Makefile
22 lines
370 B
Makefile
# $OpenBSD: Makefile,v 1.19 2013/03/11 11:46:19 espie Exp $
|
|
|
|
COMMENT= full-screen image to adjust your monitor
|
|
|
|
DISTNAME= xtestpicture-1.2
|
|
REVISION= 0
|
|
CATEGORIES= x11
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xext c
|
|
|
|
MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/
|
|
|
|
USE_GROFF = Yes
|
|
CONFIGURE_STYLE=imake
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|