01b38130a9
PR: 176316 Submitted by: maintainer
19 lines
368 B
Makefile
19 lines
368 B
Makefile
# Created by: roberto
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= getline
|
|
PORTVERSION= 3.9
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://rodrigo.osorio.free.fr/freebsd/distfiles/
|
|
DISTNAME= ${PORTNAME}-39-src
|
|
|
|
MAINTAINER= rodrigo@bebik.net
|
|
COMMENT= A small, portable, and easy to use command line library
|
|
|
|
MAN3= getline.3
|
|
|
|
WRKSRC= ${WRKDIR}/getline-39
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|