# Created by: Rong-En Fan # $FreeBSD$ PORTNAME= bitlib PORTVERSION= 24 CATEGORIES= devel MASTER_SITES= http://luaforge.net/frs/download.php/2715/ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} MAINTAINER= rafan@FreeBSD.org COMMENT= Tiny library for bitwise operations USES= lua PLIST_FILES= %%LUA_MODLIBDIR%%/bit.so do-build: cd ${WRKSRC} && \ ${CC} -fPIC -shared -o bit.so lbitlib.c \ -I${LUA_INCDIR} -lm do-install: @${MKDIR} ${STAGEDIR}${LUA_MODLIBDIR} ${INSTALL_PROGRAM} ${WRKSRC}/bit.so ${STAGEDIR}${LUA_MODLIBDIR} .include ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/openldap24-*:tijl2014-07-252-3/+1
* Stagify.kwm2014-04-011-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1