1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/lang/libutils/Makefile
2010-12-04 07:34:27 +00:00

27 lines
471 B
Makefile

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