aboutsummaryrefslogtreecommitdiff
path: root/math/gkmap/Makefile
blob: f60d57f636ad725d1d839822023852f65c2b0e2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Javad Kouhi <javad.kouhi@gmail.com>

PORTNAME=	gkmap
PORTVERSION=	0.2
PORTREVISION=	3
CATEGORIES=	math
MASTER_SITES=	SF/gkmap/gkmap/gkmap-${PORTVERSION}/

MAINTAINER=	javad.kouhi@gmail.com
COMMENT=	Simplification of Boolean Functions using Karnaugh Map

LICENSE=	GPLv2

BROKEN_FreeBSD_13=	ld: error: duplicate symbol: cell_array
BROKEN_FreeBSD_14=	ld: error: duplicate symbol: cell_array

LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
		libfreetype.so:print/freetype2

USES=		gnome pkgconfig dos2unix
USE_GNOME=	cairo gdkpixbuf2 gtk20 libglade2 libxml2

GNU_CONFIGURE=	yes

.include <bsd.port.mk>