freebsd-ports/devel/libgetline/Makefile
Martin Wilke 01b38130a9 - Update MASTER_SITES
PR:		176316
Submitted by:	maintainer
2013-03-02 16:44:28 +00:00

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>