1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/libgetline/Makefile

23 lines
375 B
Makefile
Raw Normal View History

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