opnsense-ports/devel/cutils/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
367 B
Makefile

# Created by: Sandro Sigala
# $FreeBSD$
PORTNAME= cutils
PORTVERSION= 1.6
CATEGORIES= devel
MASTER_SITES= http://www.sigala.it/sandro/files/
MAINTAINER= tj@FreeBSD.org
COMMENT= Miscellaneous C programmer's utilities
USES= makeinfo
GNU_CONFIGURE= yes
MAKE_ENV= MAKEINFO=makeinfo
INFO= cutils
MAKE_JOBS_UNSAFE= yes
CONFLICTS= cdecl-[0-9]*
.include <bsd.port.mk>