1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/math/gkmap/Makefile
2019-11-08 14:11:45 +00:00

21 lines
398 B
Makefile

# Created by: Javad Kouhi <javad.kouhi@gmail.com>
# $FreeBSD$
PORTNAME= gkmap
PORTVERSION= 0.2
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= SF/gkmap/gkmap/gkmap-${PORTVERSION}/
MAINTAINER= javad.kouhi@gmail.com
COMMENT= Simplification of Boolean Functions using Karnaugh Map
LICENSE= GPLv2
GNU_CONFIGURE= yes
USES= gnome pkgconfig
USE_GNOME= gtk20 libglade2 libxml2
.include <bsd.port.mk>