blob: ae34476d0a1cf574946be9ab5ee2d73fed989932 (
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
28
29
30
31
|
# ex:ts=8
# Ports collection Makefile for: rclock
# Date created: 24th Feburary 1997
# Whom: obrien@NUXI.com
#
# $FreeBSD$
#
# If possible, please consider updating the simple ports/x11/rxvt
# (and maybe ports/chinese/rxvt) when you upgrade rxvt. These ports all use
# the same distfile.
#
PORTNAME= rclock
PORTVERSION= 2.7.3
CATEGORIES= x11-clocks
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
ftp://mason.primenet.com.au/pub/rxvt/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/terms
DISTNAME= rxvt-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
CFLAGS+= -DMAIL_SPOOL='\"/var/mail/\"'
USE_BZIP2= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
ALL_TARGET= clock
MAN1= rclock.1
.include <bsd.port.mk>
|