mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
The GTK 1-based gdk-pixbuf has not existed for some time. No functional or package changes.
23 lines
527 B
Makefile
23 lines
527 B
Makefile
PORTNAME= gkmap
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 7
|
|
CATEGORIES= math
|
|
MASTER_SITES= SF/gkmap/gkmap/gkmap-${PORTVERSION}/
|
|
|
|
MAINTAINER= javad.kouhi@gmail.com
|
|
COMMENT= Simplification of Boolean Functions using Karnaugh Map
|
|
WWW= https://sourceforge.net/projects/gkmap/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2 \
|
|
libharfbuzz.so:print/harfbuzz
|
|
|
|
USES= gnome pkgconfig dos2unix
|
|
USE_GNOME= cairo gdkpixbuf gtk20 libglade2 libxml2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|