diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2009-08-17 23:08:02 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2009-08-17 23:08:02 +0000 |
commit | 6cb77b7afcb5ba5fee99f444283c9b9b13384c49 (patch) | |
tree | 6088c2347c7bb04b52adb66128fb06299bf82377 /astro/celestia-kde | |
parent | 3d31f1b2a91df02cbd6dbe10ff65332195c060db (diff) |
Notes
Diffstat (limited to 'astro/celestia-kde')
-rw-r--r-- | astro/celestia-kde/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/celestia-kde/Makefile b/astro/celestia-kde/Makefile new file mode 100644 index 000000000000..71df09067ca2 --- /dev/null +++ b/astro/celestia-kde/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: celestia-kde +# Date created: 18 Aug 2009 +# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> +# +# $FreeBSD$ +# + +CELESTIA_UI= kde +MASTERDIR= ${.CURDIR}/../celestia + +.include "${MASTERDIR}/Makefile" |