freebsd-ports/x11-clocks/xdaliclock/Makefile

27 lines
572 B
Makefile
Raw Normal View History

# New ports collection makefile for: xdaliclock
# Date created: 10th February 1995
# Whom: gpalmer
#
1999-08-31 05:04:38 +02:00
# $FreeBSD$
#
PORTNAME= xdaliclock
PORTVERSION= 2.20
CATEGORIES= x11-clocks
MASTER_SITES= http://www.jwz.org/xdaliclock/ \
${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
MAINTAINER= ports@FreeBSD.org
COMMENT= A rather neat animated clock
WRKSRC= ${WRKDIR}/${DISTNAME}/X11
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= xdaliclock.1
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/xdaliclock
.include <bsd.port.mk>