openbsd-ports/x11/xosd/Makefile

26 lines
559 B
Makefile
Raw Normal View History

2004-12-17 10:03:17 -05:00
# $OpenBSD: Makefile,v 1.2 2004/12/17 15:03:18 alek Exp $
COMMENT= "displays text on your screen"
DISTNAME= xosd-2.2.12
CATEGORIES= x11 graphics
HOMEPAGE= http://www.ignavus.net/software.html
MAINTAINER= Jon Trembley <jon@brain-box.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-17 10:03:17 -05:00
WANTLIB= ICE SM X11 Xext Xinerama Xt c pthread
MASTER_SITES= http://www.ignavus.net/
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-new-plugin --disable-old-plugin
USE_X11= yes
.include <bsd.port.mk>