mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ffb21b5654
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
23 lines
377 B
Makefile
23 lines
377 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= jhix@mindspring.com
|
|
|
|
MAN3= getline.3
|
|
|
|
WRKSRC= ${WRKDIR}/getline-39
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|