diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-22 13:40:16 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-22 13:40:16 +0000 |
commit | e925ea6e94be3d49c8d2dc6e89a2615c031f5fae (patch) | |
tree | 1e7a6164e53bd95b612dd8c62a2a161679381373 /x11-clocks/astime | |
parent | cd2bb05618bdab76de39dae9d602dfc890209c91 (diff) | |
download | ports-e925ea6e94be3d49c8d2dc6e89a2615c031f5fae.tar.gz ports-e925ea6e94be3d49c8d2dc6e89a2615c031f5fae.zip |
Notes
Diffstat (limited to 'x11-clocks/astime')
-rw-r--r-- | x11-clocks/astime/Makefile | 21 | ||||
-rw-r--r-- | x11-clocks/astime/distinfo | 1 | ||||
-rw-r--r-- | x11-clocks/astime/files/patch-aa | 37 | ||||
-rw-r--r-- | x11-clocks/astime/pkg-comment | 1 | ||||
-rw-r--r-- | x11-clocks/astime/pkg-descr | 5 | ||||
-rw-r--r-- | x11-clocks/astime/pkg-plist | 1 |
6 files changed, 66 insertions, 0 deletions
diff --git a/x11-clocks/astime/Makefile b/x11-clocks/astime/Makefile new file mode 100644 index 000000000000..04707df21caf --- /dev/null +++ b/x11-clocks/astime/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: astime +# Version required: 1.0 +# Date created: 21 Nov 1998 +# Whom: Brian Handy <handy@physics.montana.edu> +# +# $Id:$ +# + +DISTNAME= astime-1.0 +CATEGORIES= x11-clocks +MASTER_SITES= http://bewoner.dma.be/Albert/linux/software/ + +MAINTAINER= ports@freebsd.org + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + +USE_X_PREFIX= yes + +MAN1= astime.1 + +.include <bsd.port.mk> diff --git a/x11-clocks/astime/distinfo b/x11-clocks/astime/distinfo new file mode 100644 index 000000000000..742e3261ea14 --- /dev/null +++ b/x11-clocks/astime/distinfo @@ -0,0 +1 @@ +MD5 (astime-1.0.tar.gz) = d577e066d9b59461441a5da1d3a61340 diff --git a/x11-clocks/astime/files/patch-aa b/x11-clocks/astime/files/patch-aa new file mode 100644 index 000000000000..e8d4997a9ea3 --- /dev/null +++ b/x11-clocks/astime/files/patch-aa @@ -0,0 +1,37 @@ +--- Makefile.orig Fri Nov 13 00:39:24 1998 ++++ Makefile Sun Nov 22 22:31:45 1998 +@@ -1,7 +1,7 @@ + #----------------------------------------------------- + # The locations where this program should be installed +-INSTALL_X_DIR=/usr/local/bin +-MAN_DIR=/usr/local/man/man1 ++INSTALL_X_DIR=${PREFIX}/bin ++MAN_DIR=${PREFIX}/man/man1 + + # The location and names of the X11 libraries + LDIR = -L/usr/X11R6/lib +@@ -39,20 +39,20 @@ + + install: + @echo Installing astime in $(INSTALL_X_DIR) ... +- -@strip astime ++ -@/usr/libexec/${PORTOBJFORMAT}/strip astime + -@if [ -e $(INSTALL_X_DIR)/astime ] ; then rm $(INSTALL_X_DIR)/astime; fi + @cp astime $(INSTALL_X_DIR)/astime + @chmod 755 $(INSTALL_X_DIR)/astime + @echo Installing the man page in $(MAN_DIR) ... +- @cp astime.man $(MAN_DIR)/astime.1x +- @chmod 644 $(MAN_DIR)/astime.1x ++ @cp astime.man $(MAN_DIR)/astime.1 ++ @chmod 644 $(MAN_DIR)/astime.1 + @echo Done. + + uninstall: + @echo Uninstalling astime in $(INSTALL_X_DIR) ... + -@if [ -e $(INSTALL_X_DIR)/astime ] ; then rm $(INSTALL_X_DIR)/astime; fi + @echo Uninstalling the man page in $(MAN_DIR) ... +- -@if [ -e $(MAN_DIR)/astime.1x ] ; then rm $(MAN_DIR)/astime.1x; fi ++ -@if [ -e $(MAN_DIR)/astime.1 ] ; then rm $(MAN_DIR)/astime.1; fi + @echo Done. + + clean: diff --git a/x11-clocks/astime/pkg-comment b/x11-clocks/astime/pkg-comment new file mode 100644 index 000000000000..24ac055990f2 --- /dev/null +++ b/x11-clocks/astime/pkg-comment @@ -0,0 +1 @@ +Time/Date applet for WindowMaker. diff --git a/x11-clocks/astime/pkg-descr b/x11-clocks/astime/pkg-descr new file mode 100644 index 000000000000..5c3214f9780a --- /dev/null +++ b/x11-clocks/astime/pkg-descr @@ -0,0 +1,5 @@ +This is a very nice clock that runs in the WindowMaker "dock". Either +digital or analog clock faces can be specified. + +- Rich + rneswold@mcs.net diff --git a/x11-clocks/astime/pkg-plist b/x11-clocks/astime/pkg-plist new file mode 100644 index 000000000000..9c4c2b09a107 --- /dev/null +++ b/x11-clocks/astime/pkg-plist @@ -0,0 +1 @@ +bin/astime |