1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/math/gkmap/Makefile

21 lines
392 B
Makefile
Raw Normal View History

# 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
2013-09-03 06:36:41 +00:00
USES= pkgconfig
USE_GNOME= gtk20 libglade2 libxml2
.include <bsd.port.mk>