freebsd-ports/lang/libutils/Makefile

27 lines
474 B
Makefile
Raw Normal View History

2002-05-06 21:03:47 +02:00
# ex:ts=8
# Ports collection makefile for: libutils
# Date created: May 6, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libutils
PORTVERSION= 1.0.3
PORTREVISION= 3
2002-05-06 21:03:47 +02:00
CATEGORIES= lang
MASTER_SITES= ftp://sunsite.dk/projects/Tensile/ \
http://unixpages.org/distfiles/
2002-05-06 21:03:47 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:35:09 +01:00
COMMENT= Support lib for Tensile/NSL
2002-05-06 21:03:47 +02:00
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:22
MAKE_ARGS= CFLAGS="${CFLAGS}"
USE_LDCONFIG= yes
2002-05-06 21:03:47 +02:00
MAN3= libutils.3
2002-05-06 21:03:47 +02:00
.include <bsd.port.mk>