freebsd-ports/lang/libutils/Makefile
Baptiste Daroussin 1c857e862b Deprecate unmaintained ports from lang where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-15 13:45:55 +00:00

29 lines
575 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
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
MAKE_ARGS= CFLAGS="${CFLAGS}"
USE_LDCONFIG= yes
MAN3= libutils.3
.include <bsd.port.mk>