1997-03-03 17:27:12 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection Makefile for: rclock
|
|
|
|
# Date created: 24th Feburary 1997
|
|
|
|
# Whom: obrien@NUXI.com
|
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1997-03-03 17:27:12 +01:00
|
|
|
#
|
2002-07-27 05:02:53 +02:00
|
|
|
# If possible, please consider updating the simple ports/x11/rxvt-devel
|
|
|
|
# when you upgrade rxvt. These ports all use the same distfile.
|
2002-05-08 23:03:16 +02:00
|
|
|
#
|
1997-03-03 17:27:12 +01:00
|
|
|
|
2000-04-10 02:33:10 +02:00
|
|
|
PORTNAME= rclock
|
2003-10-05 06:39:00 +02:00
|
|
|
PORTVERSION= 2.7.10
|
2008-03-24 18:10:12 +01:00
|
|
|
PORTREVISION= 2
|
1998-09-23 00:32:14 +02:00
|
|
|
CATEGORIES= x11-clocks
|
2002-07-27 05:02:53 +02:00
|
|
|
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/%SUBDIR%/ \
|
|
|
|
ftp://mason.primenet.com.au/pub/rxvt/%SUBDIR%/ \
|
|
|
|
ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/%SUBDIR%/ \
|
|
|
|
ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/%SUBDIR%/
|
2005-11-27 04:09:55 +01:00
|
|
|
# MASTER_SITE_SUBDIR= . old devel
|
2000-04-10 02:33:10 +02:00
|
|
|
DISTNAME= rxvt-${PORTVERSION}
|
1997-03-03 17:27:12 +01:00
|
|
|
|
2002-05-08 23:03:16 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Analog clock for X w/appointment reminder and mail notification
|
1997-03-03 17:27:12 +01:00
|
|
|
|
1999-06-24 06:44:00 +02:00
|
|
|
USE_BZIP2= yes
|
2008-03-24 18:10:12 +01:00
|
|
|
USE_XORG= x11 xau xdmcp ice
|
2004-04-10 19:26:55 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2002-07-27 05:02:53 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-DMAIL_SPOOL='\"/var/mail/\"'"
|
1997-03-03 17:27:12 +01:00
|
|
|
ALL_TARGET= clock
|
|
|
|
MAN1= rclock.1
|
|
|
|
|
2005-03-20 19:59:06 +01:00
|
|
|
PLIST_FILES= bin/rclock
|
|
|
|
|
2002-07-27 05:02:53 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} \
|
|
|
|
's|^subdirs =.*$$|subdirs = rclock|g' ${WRKSRC}/Makefile.in
|
|
|
|
|
1997-03-03 17:27:12 +01:00
|
|
|
.include <bsd.port.mk>
|