959bf18d16
PR: 113418 Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer)
25 lines
564 B
Makefile
25 lines
564 B
Makefile
# New ports collection makefile for: xdaliclock
|
|
# Date created: 10th February 1995
|
|
# Whom: gpalmer
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xdaliclock
|
|
PORTVERSION= 2.24
|
|
CATEGORIES= x11-clocks
|
|
MASTER_SITES= http://www.jwz.org/xdaliclock/
|
|
MASTER_SITE_SUBDIR= applications
|
|
|
|
MAINTAINER= wxs@atarininja.org
|
|
COMMENT= A rather neat animated clock
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/X11
|
|
|
|
USE_XLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} --mandir=${PREFIX}/man
|
|
MAN1= xdaliclock.1
|
|
PLIST_FILES= bin/xdaliclock
|
|
|
|
.include <bsd.port.mk>
|