90a49f0472
With hat: portmgr Sponsored by: Absolight
27 lines
448 B
Makefile
27 lines
448 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= c
|
|
PORTVERSION= 0.10
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= lang
|
|
|
|
MAINTAINER= neel@neelc.org
|
|
COMMENT= Tool to compile and run C programs like a shell script
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ryanmjacobs
|
|
NO_BUILD= yes
|
|
|
|
SHEBANG_FILES= c
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|