freebsd-ports/x11-clocks/wmtimer/Makefile

29 lines
781 B
Makefile

PORTNAME= wmtimer
PORTVERSION= 2.92
PORTREVISION= 12
CATEGORIES= x11-clocks windowmaker
MASTER_SITES= https://github.com/bbidulock/wmtimer/releases/download/${PORTVERSION}/ \
LOCAL/uqs
MAINTAINER= ports@FreeBSD.org
COMMENT= Multi-Function timer dockapp for WindowMaker
WWW= https://github.com/bbidulock/wmtimer
WRKSRC= ${WRKDIR}/${DISTNAME}/wmtimer
PORTDOCS= README
PLIST_FILES= bin/wmtimer
USES= gmake gnome pkgconfig xorg
USE_CSTD= gnu89
USE_XORG= x11 xau xcomposite xcursor xdamage xdmcp xext xfixes xi \
xinerama xpm xrandr xrender
USE_GNOME= gtk20
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmtimer ${STAGEDIR}${PREFIX}/bin
@${INSTALL} -d ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/../README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>