- Fix MASTER_SITES to unbreak the fetch

- GC GitHub-related knobs, they are not being used
This commit is contained in:
Alexey Dokuchaev 2020-04-15 07:33:41 +00:00
parent abb4f43558
commit 5371e3549b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531750

View File

@ -5,24 +5,18 @@ PORTNAME= iconv
PORTVERSION= 7
PORTREVISION= 4
CATEGORIES= converters
MASTER_SITES= GHC
MASTER_SITES= https://github.com/downloads/ittner/lua-iconv/
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
DISTNAME= lua-${PORTNAME}-${PORTVERSION}
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Iconv binding for Lua 5
BROKEN= unfetchable
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= pkgconfig iconv lua:module
USE_GITHUB= yes
GH_ACCOUNT= ittner
GH_PROJECT= lua-${PORTNAME}
PLIST_FILES= ${LUA_MODLIBDIR}/iconv.so
CFLAGS+= `pkgconf --cflags lua-${LUA_VER}` -I${LOCALBASE}/include
MAKE_ARGS= LUABIN=${LUA_CMD} CFLAGS="${CFLAGS}"