diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-07 03:03:47 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-07 03:03:47 +0800 |
commit | 05c16ad7c5b5124a6890583dff974bd3a099cf46 (patch) | |
tree | b4e5d01fcbc8c956bdadf1758909bb8aca943966 /lang/libutils/Makefile | |
parent | e3e272e1add6f31d407d6e799b1277f25a20c50d (diff) | |
download | freebsd-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/Makefile | 21 |
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> |