diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-11-27 06:02:49 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-11-27 06:02:49 +0000 |
commit | d3920adf24d000e88ce584f6cfd97bcd969a4b28 (patch) | |
tree | 1f00b1cba6da82b3e87d06696034326a5824f2b1 /x11-clocks | |
parent | 27fccfb7312c8348885fa1f843ab8c07683190bf (diff) | |
download | ports-d3920adf24d000e88ce584f6cfd97bcd969a4b28.tar.gz ports-d3920adf24d000e88ce584f6cfd97bcd969a4b28.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/buici-clock/Makefile | 25 | ||||
-rw-r--r-- | x11-clocks/buici-clock/distinfo | 2 | ||||
-rw-r--r-- | x11-clocks/buici-clock/files/patch-Makefile.in | 20 | ||||
-rw-r--r-- | x11-clocks/buici-clock/files/patch-xo:Makefile.in | 11 | ||||
-rw-r--r-- | x11-clocks/buici-clock/pkg-descr | 5 | ||||
-rw-r--r-- | x11-clocks/buici-clock/pkg-plist | 1 |
7 files changed, 65 insertions, 0 deletions
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index b3c48643bd03..1f2e84e42989 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -12,6 +12,7 @@ SUBDIR += astzclock SUBDIR += bbdate SUBDIR += bclock + SUBDIR += buici-clock SUBDIR += dclock SUBDIR += emiclock SUBDIR += eyeclock diff --git a/x11-clocks/buici-clock/Makefile b/x11-clocks/buici-clock/Makefile new file mode 100644 index 000000000000..afa1bd81068a --- /dev/null +++ b/x11-clocks/buici-clock/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: buici-clock +# Date created: 22nd Nov 2004 +# Whom: Hendrik Scholz <hscholz@raisdorf.net> +# +# $FreeBSD$ +# + +PORTNAME= buici-clock +PORTVERSION= 0.4.1 +CATEGORIES= x11-clocks +MASTER_SITES= ftp://ftp.buici.com/pub/buici-clock/ +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= hendrik@scholz.net +COMMENT= Xlib implementation of an attractive, configurable clock + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +MAN1= buici-clock.1 + +.include <bsd.port.mk> diff --git a/x11-clocks/buici-clock/distinfo b/x11-clocks/buici-clock/distinfo new file mode 100644 index 000000000000..25ad3451375b --- /dev/null +++ b/x11-clocks/buici-clock/distinfo @@ -0,0 +1,2 @@ +MD5 (buici-clock_0.4.1.tar.gz) = 00f8dc792c1b0a2071bbf0332a41f96c +SIZE (buici-clock_0.4.1.tar.gz) = 121692 diff --git a/x11-clocks/buici-clock/files/patch-Makefile.in b/x11-clocks/buici-clock/files/patch-Makefile.in new file mode 100644 index 000000000000..687ea8e0870d --- /dev/null +++ b/x11-clocks/buici-clock/files/patch-Makefile.in @@ -0,0 +1,20 @@ +--- Makefile.in.orig Wed Feb 12 19:05:59 2003 ++++ Makefile.in Mon Nov 22 11:42:51 2004 +@@ -138,7 +138,7 @@ + + xolib: + @if test ! "${XO_PATH}" = "../xo" ; \ +- then (cd ${XO_PATH} ; ./configure ; make all) ; fi ++ then (cd ${XO_PATH} ; ./configure ; gmake all) ; fi + + $(O_D)$(TARGET): $(OBJ) $(XO_PATH)/libxo.a + $(CC) -o $@ $(addprefix $(O_D),$(OBJ)) $(LFLAGS) +@@ -178,7 +178,7 @@ + .version_patch` > .version + + _version.h: .version +- @/bin/echo -e \#define SZ_VERSION \"`cat .version`\" > _version.h ++ @/bin/echo \#define SZ_VERSION \"`cat .version`\" > _version.h + + .PHONY: transmit + transmit: # distribution-archive diff --git a/x11-clocks/buici-clock/files/patch-xo:Makefile.in b/x11-clocks/buici-clock/files/patch-xo:Makefile.in new file mode 100644 index 000000000000..7c0ef3476fd6 --- /dev/null +++ b/x11-clocks/buici-clock/files/patch-xo:Makefile.in @@ -0,0 +1,11 @@ +--- xo/Makefile.in.orig Mon Nov 22 11:33:56 2004 ++++ xo/Makefile.in Mon Nov 22 11:34:08 2004 +@@ -54,7 +54,7 @@ + #CFLAGS=-${CFLAGS} -O + #CFLAGS=-${CFLAGS} -O2 + #CFLAGS=-${CFLAGS} -fomit-frame-pointer +-CFLAGS_=-g @CFLAGS_W@@X_CFLAGS@ ++CFLAGS+=-g @CFLAGS_W@@X_CFLAGS@ + LFLAGS=-g @LDFLAGS@@X_LIBS@@X_PRE_LIBS@@LIBS@ -lX11 -lXext@X_EXTRA_LIBS@ + DEPEND=depend.m + FLEX=@LEX@ diff --git a/x11-clocks/buici-clock/pkg-descr b/x11-clocks/buici-clock/pkg-descr new file mode 100644 index 000000000000..b85082455d97 --- /dev/null +++ b/x11-clocks/buici-clock/pkg-descr @@ -0,0 +1,5 @@ +Buici Clock is an attractive X-Window System clock. +As clocks go, Buici satisfies the basic need of representing +the time accuratel and attractively. + +WWW: ftp://ftp.buici.com/pub/buici-clock/ diff --git a/x11-clocks/buici-clock/pkg-plist b/x11-clocks/buici-clock/pkg-plist new file mode 100644 index 000000000000..b6e5b56db7b1 --- /dev/null +++ b/x11-clocks/buici-clock/pkg-plist @@ -0,0 +1 @@ +bin/buici-clock |