aboutsummaryrefslogtreecommitdiffstats
path: root/lang/libutils/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-05-07 03:03:47 +0800
committerijliao <ijliao@FreeBSD.org>2002-05-07 03:03:47 +0800
commit05c16ad7c5b5124a6890583dff974bd3a099cf46 (patch)
treeb4e5d01fcbc8c956bdadf1758909bb8aca943966 /lang/libutils/Makefile
parente3e272e1add6f31d407d6e799b1277f25a20c50d (diff)
downloadfreebsd-ports-gnome-05c16ad7c5b5124a6890583dff974bd3a099cf46.tar.gz
freebsd-ports-gnome-05c16ad7c5b5124a6890583dff974bd3a099cf46.tar.zst
freebsd-ports-gnome-05c16ad7c5b5124a6890583dff974bd3a099cf46.zip
add libutils 0.7.9
Support lib for NSL
Diffstat (limited to 'lang/libutils/Makefile')
-rw-r--r--lang/libutils/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/libutils/Makefile b/lang/libutils/Makefile
new file mode 100644
index 000000000000..c8c136a34bfc
--- /dev/null
+++ b/lang/libutils/Makefile
@@ -0,0 +1,21 @@
+# ex:ts=8
+# Ports collection makefile for: libutils
+# Date created: May 6, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= libutils
+PORTVERSION= 0.7.9
+CATEGORIES= lang
+MASTER_SITES= http://savannah.gnu.org/download/nsl/ \
+ http://iling.nw.ru/~artem/downloads/
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>