1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-clocks/rclock/Makefile

28 lines
665 B
Makefile
Raw Normal View History

# 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/ \
1998-10-09 11:32:18 +00:00
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
1998-10-09 11:32:18 +00:00
CFLAGS+= -DMAIL_SPOOL='\"/var/mail/\"'
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
ALL_TARGET= clock
MAN1= rclock.1
.include <bsd.port.mk>