Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

18
time/rclock/Makefile Normal file
View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.13 2012/10/08 13:04:28 asau Exp $
DISTNAME= rxvt-2.7.10
PKGNAME= rclock-2.7.10
CATEGORIES= x11 time
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
ftp://mason.primenet.com.au/pub/rxvt/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Analog clock for X w/appointment reminder and mail notification
USE_X11BASE= yes
GNU_CONFIGURE= yes
BUILD_TARGET= clock
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"