diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1996-09-14 23:43:02 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1996-09-14 23:43:02 +0000 |
commit | 9340ed729f9b2880a0a1b4f7dff3be9642e53882 (patch) | |
tree | 02b0f09c3d7f168ba46df4be6dd046a248453f14 /astro/sunclock/Makefile | |
parent | 17cdff96b597a9401787b1c86b2d2da77505f658 (diff) |
Notes
Diffstat (limited to 'astro/sunclock/Makefile')
-rw-r--r-- | astro/sunclock/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/astro/sunclock/Makefile b/astro/sunclock/Makefile new file mode 100644 index 000000000000..c01b0d589eb3 --- /dev/null +++ b/astro/sunclock/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: sunclock +# Version required: 1.3 +# Date created: 15 September 1996 +# Whom: torstenb +# +# $Id$ +# + +DISTNAME= sunclock1.3 +PKGNAME= sunclock-1.3 +CATEGORIES+= x11 +MASTER_SITES= ftp://ftp.x.org/contrib/applications/ + +MAINTAINER= torstenb@FreeBSD.org + +USE_IMAKE= YES +NO_WRKSUBDIR= YES + +.include <bsd.port.mk> |