20 lines
390 B
Makefile
20 lines
390 B
Makefile
# Created by: Javad Kouhi <javad.kouhi@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gkmap
|
|
PORTVERSION= 0.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= pkgconfig
|
|
USE_GNOME= gtk20 libglade2 libxml2
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|