mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b794caeb1d
PR: 10716 Submitted by: W Gerald Hicks <wghicks@bellsouth.net>
21 lines
410 B
Makefile
21 lines
410 B
Makefile
# New ports collection makefile for: getline library
|
|
# Version required: 3.9
|
|
# Date created: 3 June 1995
|
|
# Whom: roberto
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1999/04/30 16:53:48 taoka Exp $
|
|
#
|
|
|
|
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>
|