1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/cutils/Makefile
Baptiste Daroussin 698f728a34 Fix build on system built WITHOUT_INFO
With hat:	portmgr
2014-06-25 08:58:09 +00:00

21 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>