1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/graphics/graphos/Makefile
Alexey Dokuchaev d5cbfc66f4 Update `graphics/graphos' to version 0.7.
Approved by:	maintainer
2018-10-04 11:31:26 +00:00

19 lines
361 B
Makefile

# $FreeBSD$
PORTNAME= graphos
PORTVERSION= 0.7
CATEGORIES= graphics gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= Graphos-${PORTVERSION}
MAINTAINER= theraven@FreeBSD.org
COMMENT= Vector drawing application centered around bezier paths
LICENSE= GPLv2
USES= gnustep
USE_GNUSTEP= build base gui
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
.include <bsd.port.mk>