1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/math/gkmap/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

21 lines
392 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= pkgconfig
USE_GNOME= gtk20 libglade2 libxml2
.include <bsd.port.mk>