freebsd-ports/lang/libutils/Makefile
Patrick Li f99acc108f Update to 1.0.3
PR:		ports/53196
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-06-12 20:02:23 +00:00

26 lines
504 B
Makefile

# ex:ts=8
# Ports collection makefile for: libutils
# Date created: May 6, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libutils
PORTVERSION= 1.0.3
CATEGORIES= lang
MASTER_SITES= http://savannah.gnu.org/download/nsl/ \
http://iling.nw.ru/~artem/downloads/ \
http://unixpages.org/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Support lib for Tensile/NSL
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
INSTALLS_SHLIB= yes
MAN3= libutils.3
.include <bsd.port.mk>