c80849c13c
PERMIT_* cleanup
22 lines
450 B
Makefile
22 lines
450 B
Makefile
# $OpenBSD: Makefile,v 1.27 2013/03/10 22:28:05 espie Exp $
|
|
|
|
COMMENT= set the root window to the moon in its current phase
|
|
DISTNAME= xphoon-20000613
|
|
CATEGORIES= astro x11
|
|
|
|
HOMEPAGE= http://xphoon.sourceforge.net/
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xphoon/}
|
|
|
|
# BSD like
|
|
PERMIT_PACKAGE_CDROM= Cannot sell
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xext c m
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
USE_GROFF = Yes
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|