diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
commit | eabfc48a36f9cf687e5910f887fb4892ea1bd08b (patch) | |
tree | a884486f13428d381093505b375b85c6229680da /x11-clocks/xdaliclock/Makefile | |
parent | Now the rest of the ports Makefiles.... (diff) |
And now the rest of the x11 ports Makefiles.
Diffstat (limited to '')
-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> |