1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/devel/libgetline/Makefile
Cheng-Lung Sung 4de56a776b - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 22:55:18 +00:00

24 lines
453 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
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>