blob: 3ddf5db6e2df37710f306a00e0471977c659cd96 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: xphoon
# Date created: 14 February 1995
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= xphoon
PORTVERSION= 2000.06.13
PORTREVISION= 2
CATEGORIES= astro
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
MAINTAINER= ports@FreeBSD.org
COMMENT= Set the root window to the moon in its current phase
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= xphoon.1
PLIST_FILES= bin/xphoon
.include <bsd.port.mk>
|