mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
cb037d3c98
- Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
23 lines
343 B
Makefile
23 lines
343 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lci
|
|
PORTVERSION= 0.11.2
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 3
|
|
CATEGORIES= lang
|
|
|
|
MAINTAINER= che@bein.link
|
|
COMMENT= Original LOLCODE interpreter
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= justinmeza
|
|
|
|
USES= cmake readline
|
|
CFLAGS+= ${CPPFLAGS}
|
|
PLIST_FILES= bin/lci
|
|
|
|
.include <bsd.port.mk>
|