freebsd-ports/x11-clocks/xdaliclock/Makefile
Martin Wilke 077a58f032 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-22 14:48:03 +00:00

26 lines
569 B
Makefile

# New ports collection makefile for: xdaliclock
# Date created: 10th February 1995
# Whom: gpalmer
#
# $FreeBSD$
#
PORTNAME= xdaliclock
PORTVERSION= 2.25
PORTREVISION= 1
CATEGORIES= x11-clocks
MASTER_SITES= http://www.jwz.org/xdaliclock/
MASTER_SITE_SUBDIR= applications
MAINTAINER= wxs@FreeBSD.org
COMMENT= A rather neat animated clock
WRKSRC= ${WRKDIR}/${DISTNAME}/X11
GNU_CONFIGURE= yes
USE_XORG= xt sm ice xext x11
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= xdaliclock.1
PLIST_FILES= bin/xdaliclock
.include <bsd.port.mk>