mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
27 lines
580 B
Makefile
27 lines
580 B
Makefile
# Created by: obrien@NUXI.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rclock
|
|
PORTVERSION= 2.7.10
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-clocks
|
|
MASTER_SITES= SF/rxvt/rxvt-dev/${PORTVERSION}
|
|
DISTNAME= rxvt-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Analog clock for X w/appointment reminder and mail notification
|
|
|
|
USE_XORG= x11 xau xdmcp ice xpm xv
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= clock
|
|
|
|
PLIST_FILES= bin/rclock man/man1/rclock.1.gz
|
|
|
|
CPPFLAGS+= -DMAIL_SPOOL='\"/var/mail/\"'
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} \
|
|
's|^subdirs =.*$$|subdirs = rclock|g' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|