mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
58a0354201
Reported by: pointyhat
40 lines
1.0 KiB
Makefile
40 lines
1.0 KiB
Makefile
# 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-devel
|
|
# when you upgrade rxvt. These ports all use the same distfile.
|
|
#
|
|
|
|
PORTNAME= rclock
|
|
PORTVERSION= 2.7.10
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-clocks
|
|
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%/
|
|
# MASTER_SITE_SUBDIR= . old devel
|
|
DISTNAME= rxvt-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Analog clock for X w/appointment reminder and mail notification
|
|
|
|
USE_BZIP2= yes
|
|
USE_XORG= x11 xau xdmcp ice xpm xv
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-DMAIL_SPOOL='\"/var/mail/\"'"
|
|
ALL_TARGET= clock
|
|
MAN1= rclock.1
|
|
|
|
PLIST_FILES= bin/rclock
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} \
|
|
's|^subdirs =.*$$|subdirs = rclock|g' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|