openbsd-ports/astro/xphoon/Makefile

27 lines
570 B
Makefile
Raw Normal View History

2010-07-11 12:01:51 -04:00
# $OpenBSD: Makefile,v 1.22 2010/07/11 16:01:51 espie Exp $
1997-12-01 20:33:20 -05:00
2007-09-15 06:37:21 -04:00
COMMENT= set the root window to the moon in its current phase
1997-12-01 20:33:20 -05:00
DISTNAME= xphoon
2010-07-11 12:01:51 -04:00
PKGNAME= xphoon-91.9.18
1997-12-01 20:33:20 -05:00
CATEGORIES= astro x11
HOMEPAGE= http://xphoon.sourceforge.net/
2004-05-18 04:45:33 -04:00
MASTER_SITES= ${MASTER_SITE_R5CONTRIB}
1997-12-01 20:33:20 -05:00
EXTRACT_SUFX= .tar.Z
# BSD like
2007-09-15 06:37:21 -04:00
PERMIT_PACKAGE_CDROM= Cannot sell
2000-03-06 23:50:55 -05:00
PERMIT_PACKAGE_FTP= Yes
2007-09-15 06:37:21 -04:00
PERMIT_DISTFILES_CDROM= Cannot sell
2000-03-06 23:50:55 -05:00
PERMIT_DISTFILES_FTP= Yes
2010-07-11 12:01:51 -04:00
REVISION = 3
WANTLIB= X11 Xau Xdmcp Xext c m pthread-stubs xcb
1999-09-23 17:58:00 -04:00
CONFIGURE_STYLE= imake
1997-12-01 20:33:20 -05:00
2006-11-13 05:08:12 -05:00
USE_X11= Yes
2002-10-24 12:21:35 -04:00
NO_REGRESS= Yes
1997-12-01 20:33:20 -05:00
.include <bsd.port.mk>