mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
31 lines
799 B
Makefile
31 lines
799 B
Makefile
# Created by: Patrick Li <pat@databits.net> et al
|
|
# $FreeBSD$
|
|
|
|
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>
|