diff options
author | asami <asami@FreeBSD.org> | 1995-04-13 04:32:12 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-13 04:32:12 +0800 |
commit | 8b4236cf7ebe88317356fa74570fea802de1bd0e (patch) | |
tree | 7e4bc01a5237a086344bcf19181b850324b0cc72 /x11-clocks/xdaliclock | |
parent | 4b66b1425f949394009f8068fe492c88c8864a2e (diff) | |
download | freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.gz freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.zst freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.zip |
And now the rest of the x11 ports Makefiles.
Diffstat (limited to 'x11-clocks/xdaliclock')
-rw-r--r-- | x11-clocks/xdaliclock/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-clocks/xdaliclock/Makefile b/x11-clocks/xdaliclock/Makefile index 00fa290a8c6b..10885b25709d 100644 --- a/x11-clocks/xdaliclock/Makefile +++ b/x11-clocks/xdaliclock/Makefile @@ -3,14 +3,16 @@ # Date created: 10th February 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.1.1.1 1995/02/10 23:32:43 gpalmer Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:51:18 jkh Exp $ # DISTNAME= xdaliclock-2.05 -USE_IMAKE= yes -MASTER_SITES= ftp://ftp.x.org/contrib/applications/ CATEGORIES+= x11 +MASTER_SITES= ftp://ftp.x.org/contrib/applications/ EXTRACT_SUFX= .tar.Z + MAINTAINER= gpalmer@FreeBSD.ORG +USE_IMAKE= yes + .include <bsd.port.mk> |