aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libgetline/Makefile
blob: 1f80e6846dd81a2c8b08e99f541530cfc0638ee9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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://ftp.sco.com/skunkware/src/lib/
DISTNAME=   ${PORTNAME}-39-src

MAINTAINER= gehicks@cisco.com

MAN3=       getline.3

WRKSRC=     ${WRKDIR}/getline-39

INSTALLS_SHLIB= yes

.include <bsd.port.mk>