aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/wmtimer/Makefile
blob: 8195a5221171d1e929b7d649e49257739b165ac2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	wmtimer
PORTVERSION=	2.92
PORTREVISION=	11
CATEGORIES=	x11-clocks windowmaker
MASTER_SITES=	https://github.com/bbidulock/wmtimer/releases/download/${PORTVERSION}/ \
		LOCAL/uqs

MAINTAINER=	uqs@FreeBSD.org
COMMENT=	Multi-Function timer dockapp for WindowMaker

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>