aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/rclock/Makefile
blob: c68c37065b9bd40ae11bc1e0c2b172296856d49c (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
25
26
27
# ex:ts=8
# Ports collection Makefile for:  rclock
# Version required:       2.19
# Date created:           24th Feburary 1997
# Whom:               obrien@NUXI.com
#
# $Id: Makefile,v 1.5 1998/10/09 11:32:18 obrien Exp $
#

PKGNAME=    rclock-2.4.11
DISTNAME=   rxvt-2.4.11
CATEGORIES= x11-clocks
MASTER_SITES=   ${MASTER_SITE_SUNSITE}  \
        ftp://ftp.nuclecu.unam.mx/linux/local/rxvt/  \
        ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin.X11/  \
        ftp://ftp.math.fu-berlin.de/pub/rxvt/devel/
MASTER_SITE_SUBDIR= X11/terms

MAINTAINER= obrien@FreeBSD.org

CFLAGS+=    -DMAIL_SPOOL='\"/var/mail/\"'
USE_X_PREFIX=   yes
GNU_CONFIGURE=  yes
ALL_TARGET= clock
MAN1=       rclock.1

.include <bsd.port.mk>