freebsd-ports/devel/libgetline/Makefile

23 lines
390 B
Makefile
Raw Normal View History

# New ports collection makefile for: getline library
# Date created: 3 June 1995
# Whom: roberto
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= getline
PORTVERSION= 3.9
CATEGORIES= devel
MASTER_SITES= ftp://ftp2.caldera.com/pub/skunkware/src/libraries/
2000-04-11 23:30:15 +02:00
DISTNAME= ${PORTNAME}-39-src
MAINTAINER= ports@FreeBSD.Org
MAN3= getline.3
WRKSRC= ${WRKDIR}/getline-39
INSTALLS_SHLIB= yes
.include <bsd.port.mk>