freebsd-ports/lang/c/Makefile
Tobias Kortkamp 6707a3c942
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
2021-05-01 19:55:55 +02:00

25 lines
428 B
Makefile

PORTNAME= c
DISTVERSIONPREFIX= v
DISTVERSION= 0.14
CATEGORIES= lang
MAINTAINER= portmaster@BSDforge.com
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_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>