f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
22 lines
390 B
Makefile
22 lines
390 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://ftp2.caldera.com/pub/skunkware/src/libraries/
|
|
DISTNAME= ${PORTNAME}-39-src
|
|
|
|
MAINTAINER= ports@FreeBSD.Org
|
|
|
|
MAN3= getline.3
|
|
|
|
WRKSRC= ${WRKDIR}/getline-39
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|