freebsd-ports/x11-clocks/rclock/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

33 lines
675 B
Makefile

# Created by: obrien@NUXI.com
# $FreeBSD$
PORTNAME= rclock
PORTVERSION= 2.7.10
PORTREVISION= 3
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
LICENSE= GPLv2+
USES= xorg
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
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>