diff options
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> |