mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
21 lines
364 B
Makefile
21 lines
364 B
Makefile
# New ports collection makefile for: getline library
|
|
# Version required: 3.9
|
|
# Date created: 3 June 1995
|
|
# Whom: roberto
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= getline-39-src
|
|
PKGNAME= getline-3.9
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.sco.com/skunkware/src/lib/
|
|
|
|
MAINTAINER= wghicks@bellsouth.net
|
|
|
|
MAN3= getline.3
|
|
|
|
WRKSRC= ${WRKDIR}/getline-39
|
|
|
|
.include <bsd.port.mk>
|