aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/wmtimer/Makefile
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-03-24 17:00:25 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-03-24 17:00:25 +0000
commit44aaaca6bbffa1779bc55f28ae1cb14117e362ae (patch)
treee9395901f34ca49eeed691988cbae5b6c0de0932 /x11-clocks/wmtimer/Makefile
parent21eee8730de9671e3b05e0eca6f581fdbfcdcd69 (diff)
downloadports-44aaaca6bbffa1779bc55f28ae1cb14117e362ae.tar.gz
ports-44aaaca6bbffa1779bc55f28ae1cb14117e362ae.zip
Notes
Diffstat (limited to 'x11-clocks/wmtimer/Makefile')
-rw-r--r--x11-clocks/wmtimer/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/x11-clocks/wmtimer/Makefile b/x11-clocks/wmtimer/Makefile
index 462853c69ed5..e949395bd957 100644
--- a/x11-clocks/wmtimer/Makefile
+++ b/x11-clocks/wmtimer/Makefile
@@ -7,7 +7,7 @@
PORTNAME= wmtimer
PORTVERSION= 2.92
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-clocks windowmaker
MASTER_SITES= http://www.darkops.net/wmtimer/
@@ -15,9 +15,11 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Multi-Function timer dockapp for WindowMaker
WRKSRC= ${WRKDIR}/${DISTNAME}/wmtimer
+PORTDOCS= README
+PLIST_FILES= bin/wmtimer
USE_GMAKE= yes
-USE_X_PREFIX= yes
-USE_XPM= yes
+USE_XORG= x11 xau xcomposite xcursor xdamage xdmcp xext xfixes xi \
+ xinerama xpm xrandr xrender
USE_GNOME= gtk20
MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
@@ -25,9 +27,8 @@ MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/wmtimer ${PREFIX}/bin
.ifndef(NOPORTDOCS)
- @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
- ${DOCSDIR}
+ @${INSTALL} -d ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR}
-.endif # !NOPORTDOCS
+.endif
.include <bsd.port.mk>