summaryrefslogtreecommitdiff
path: root/lang/libutils/Makefile
blob: 984a42d16215c302e550c304452aa1eb19c8b712 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# ex:ts=8
# Ports collection makefile for:	libutils
# Date created:			May 6, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	libutils
PORTVERSION=	1.0.3
PORTREVISION=	1
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_GMAKE=	yes
USE_LIBTOOL=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAKE_ARGS=	CFLAGS="${CFLAGS}"
INSTALLS_SHLIB=	yes

MAN3=		libutils.3

.include <bsd.port.mk>