168f57451a
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt)
16 lines
355 B
Makefile
16 lines
355 B
Makefile
# Created by: Vsevolod Stakhov <vsevolod@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= minisat
|
|
PORTVERSION= 2.2.1
|
|
CATEGORIES= math devel
|
|
MASTER_SITES= http://highsecure.ru/distfiles/
|
|
|
|
MAINTAINER= vsevolod@FreeBSD.org
|
|
COMMENT= Minimalistic, open-source SAT solver
|
|
|
|
USES= gmake
|
|
USE_LDCONFIG= yes
|
|
MAKE_ENV= prefix=${PREFIX} CFLAGS="-std=c++03"
|
|
|
|
.include <bsd.port.mk>
|