aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/nucleus/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-09-16 12:23:51 +0800
committerwill <will@FreeBSD.org>2000-09-16 12:23:51 +0800
commit554a796e1e4418d0c5e024f5370f5cb8cc5332fc (patch)
tree4972ddc5217bcb0453a4c63d5973f529564a545f /x11-fonts/nucleus/Makefile
parent423d389aaa3da7a6fd20868c1d2cbe96994f79fb (diff)
downloadfreebsd-ports-gnome-554a796e1e4418d0c5e024f5370f5cb8cc5332fc.tar.gz
freebsd-ports-gnome-554a796e1e4418d0c5e024f5370f5cb8cc5332fc.tar.zst
freebsd-ports-gnome-554a796e1e4418d0c5e024f5370f5cb8cc5332fc.zip
Add nucleus 0.77, another font package (some mozilla stuff in there).
PR: 20559 Submitted by: Jimmy Olgeni <olgeni@uli.it>
Diffstat (limited to 'x11-fonts/nucleus/Makefile')
-rw-r--r--x11-fonts/nucleus/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-fonts/nucleus/Makefile b/x11-fonts/nucleus/Makefile
new file mode 100644
index 000000000000..2f3d21043355
--- /dev/null
+++ b/x11-fonts/nucleus/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: nucleus
+# Date created: Sat Aug 12 15:02:03 CEST 2000
+# Whom: olgeni@uli.it
+#
+# $FreeBSD$
+#
+
+PORTNAME= nucleus
+PORTVERSION= 0.77
+CATEGORIES= x11-fonts
+MASTER_SITES= http://dreamer.nitro.dk/linux/lfp/
+
+MAINTAINER= olgeni@uli.it
+
+NO_WRKSUBDIR= yes
+USE_X_PREFIX= yes
+
+post-install:
+ @${CAT} ${PKGDIR}/DESCR
+
+.include <bsd.port.mk>