mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
5996c0bc8c
Submitted by: maintainer
23 lines
375 B
Makefile
23 lines
375 B
Makefile
# 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>
|