summaryrefslogtreecommitdiff
path: root/time/asclock-gtk/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-17 23:32:09 +0000
committerwiz <wiz>2000-12-17 23:32:09 +0000
commitf3dbb331710de97891f6bc15c8ea68d932fbd614 (patch)
tree73288b5bb97270ccddd92731e20bbfff8858d306 /time/asclock-gtk/Makefile
parent87e1841f0d76da5d8d052223a20708380cdef9d8 (diff)
downloadpkgsrc-f3dbb331710de97891f6bc15c8ea68d932fbd614.tar.gz
New category: time. Move many packages here:
misc/cal, misc/cardboard-schedule, misc/ical, misc/plan, misc/py-mxDateTime, misc/remind, sysutils/logtime, and 19 more from x11.
Diffstat (limited to 'time/asclock-gtk/Makefile')
-rw-r--r--time/asclock-gtk/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/time/asclock-gtk/Makefile b/time/asclock-gtk/Makefile
new file mode 100644
index 00000000000..bb376c5c725
--- /dev/null
+++ b/time/asclock-gtk/Makefile
@@ -0,0 +1,40 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/17 23:32:13 wiz Exp $
+#
+
+DISTNAME= asclock-gtk-2.1.10beta
+PKGNAME= asclock-gtk-2.1.10
+WRKSRC= ${WRKDIR}/asclock-gtk
+CATEGORIES= x11 time
+MASTER_SITES= http://www.asclock.org/tar/
+
+MAINTAINER= jlam@netbsd.org
+HOMEPAGE= http://www.asclock.org/
+
+DEPENDS+= gtk+-1.2.*:../../x11/gtk
+
+USE_X11BASE= yes
+
+PLIST_SRC= ${PKGDIR}/PLIST \
+ ${PKGDIR}/PLIST.themes
+
+ALL_TARGET= asclock
+
+EVAL_PREFIX+= GTKDIR=gtk+
+MAKE_ENV+= CONFIG_PATH="${GTKDIR}/bin/" # for gtk-config
+
+pre-configure:
+ cd ${WRKSRC}; ${LN} -sf themes/classic default_theme
+
+pre-install:
+ ${RM} -f ${WRKSRC}/themes/Freeamp/Makefile*
+ ${RM} -rf ${WRKSRC}/themes/themes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/asclock ${PREFIX}/bin/asclock-gtk
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/asclock-gtk
+ ${INSTALL_DATA} ${WRKSRC}/README.THEMES ${PREFIX}/share/doc/asclock-gtk
+ ${MKDIR} ${PREFIX}/share/asclock-gtk
+ ${CP} -R ${WRKSRC}/themes/* ${PREFIX}/share/asclock-gtk
+ ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/asclock-gtk
+
+.include "../../mk/bsd.pkg.mk"