mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
18 lines
351 B
Makefile
18 lines
351 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= A minimalistic, open-source SAT solver
|
|
|
|
USES= gmake
|
|
USE_LDCONFIG= yes
|
|
MAKE_ENV= prefix=${PREFIX}
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|