diff options
Diffstat (limited to 'astro/celestia-gtk/Makefile')
-rw-r--r-- | astro/celestia-gtk/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/celestia-gtk/Makefile b/astro/celestia-gtk/Makefile new file mode 100644 index 000000000000..86c9f4f60612 --- /dev/null +++ b/astro/celestia-gtk/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: celestia-gtk +# Date created: 04 May 2006 +# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> +# +# $FreeBSD$ +# + +CELESTIA_UI= gtk +MASTERDIR= ${.CURDIR}/../celestia + +.include "${MASTERDIR}/Makefile" |