freebsd-ports/devel/libgetline/Makefile
Baptiste Daroussin fd5f318f3c Deprecate unmaintained ports from devel where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-16 13:55:41 +00:00

26 lines
557 B
Makefile

# New ports collection makefile for: getline library
# Date created: 3 June 1995
# Whom: roberto
#
# $FreeBSD$
#
PORTNAME= getline
PORTVERSION= 3.9
CATEGORIES= devel
MASTER_SITES= ftp://ftp2.caldera.com/pub/skunkware/src/libraries/
DISTNAME= ${PORTNAME}-39-src
MAINTAINER= ports@FreeBSD.org
COMMENT= A small, portable, and easy to use command line library
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
MAN3= getline.3
WRKSRC= ${WRKDIR}/getline-39
USE_LDCONFIG= yes
.include <bsd.port.mk>