Changeset View
Changeset View
Standalone View
Standalone View
audio/lua51-mpd/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= mpd | PORTNAME= mpd | ||||
| PORTVERSION= 0.1 | PORTVERSION= 0.1 | ||||
| DISTVERSIONPREFIX= v | DISTVERSIONPREFIX= v | ||||
| CATEGORIES= audio | CATEGORIES= audio | ||||
| PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} | PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} | ||||
| MAINTAINER= demelier.david@gmail.com | MAINTAINER= demelier.david@gmail.com | ||||
| COMMENT= Lua library for musicpd | COMMENT= Lua library for musicpd | ||||
| RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:${PORTSDIR}/net/luasocket | RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:${PORTSDIR}/net/luasocket | ||||
| OPTIONS_DEFINE= DOCS | OPTIONS_DEFINE= DOCS | ||||
| DOCSDIR= ${PREFIX}/share/doc/${UNIQUENAME} | DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} | ||||
| GH_ACCOUNT= silentbicycle | GH_ACCOUNT= silentbicycle | ||||
| GH_PROJECT= lua-mpd | GH_PROJECT= lua-mpd | ||||
| USES= lua:51 | USES= lua:51 | ||||
| USE_GITHUB= yes | USE_GITHUB= yes | ||||
| NO_BUILD= yes | NO_BUILD= yes | ||||
| Show All 10 Lines | |||||