freebsd-ports/x11-clocks/wmcalclock/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

29 lines
684 B
Makefile

# Created by: Kris Kennaway <kris@FreeBSD.org>
# $FreeBSD$
PORTNAME= wmCalClock
PORTVERSION= 1.26
PORTREVISION= 1
CATEGORIES= x11-clocks windowmaker
MASTER_SITES= http://jmpacquet.free.fr/wmcalclock/
MAINTAINER= hrs@FreeBSD.org
COMMENT= Another Window Maker calendar/clock dockapp
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/../COPYING
USES= xorg
USE_XORG= xpm
WRKSRC= ${WRKDIR}/${DISTNAME}/Src
PLIST_FILES= bin/wmCalClock man/man1/${PORTNAME}.1.gz
PORTDOCS= BUGS CHANGES HINTS INSTALL README TODO
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKDIR}/${DISTNAME} && \
${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>