mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
698f728a34
With hat: portmgr
21 lines
367 B
Makefile
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>
|