freebsd-ports/lang/libutils/Makefile
Kirill Ponomarev 9dfb962cb4 - Support CFLAGS properly
- Do not install useless .la files

PR:		54803
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
Approved by:	fjoe (mentor) (implicit)
2003-07-24 11:47:28 +00:00

28 lines
577 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= 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>