1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/lang/c/Makefile
Mathieu Arnold a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00

27 lines
436 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: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>