aboutsummaryrefslogtreecommitdiff
path: root/astro/libnova/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-23 08:48:20 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-23 08:48:20 +0000
commit9cf417c07ae2ee0ec27522c6fa66d510037c3711 (patch)
tree068a459da9d77d8e4037bb084829fd240e9f2ebf /astro/libnova/Makefile
parent2c3144cb57e667b81ac1ddd00365366dd51042cb (diff)
downloadports-9cf417c07ae2ee0ec27522c6fa66d510037c3711.tar.gz
ports-9cf417c07ae2ee0ec27522c6fa66d510037c3711.zip
Notes
Diffstat (limited to 'astro/libnova/Makefile')
-rw-r--r--astro/libnova/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile
new file mode 100644
index 000000000000..53e4107a8eac
--- /dev/null
+++ b/astro/libnova/Makefile
@@ -0,0 +1,20 @@
+# ex:ts=8
+# Ports collection makefile for: libnova
+# Date created: Oct 23, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= libnova
+PORTVERSION= 0.5.0
+CATEGORIES= astro
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>