mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
19 lines
399 B
Makefile
19 lines
399 B
Makefile
PORTNAME= graphos
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics gnustep
|
|
MASTER_SITES= SAVANNAH/gap
|
|
DISTNAME= Graphos-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Vector drawing application centered around bezier paths
|
|
WWW= https://gap.nongnu.org/graphos/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= build base gui
|
|
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
|
|
.include <bsd.port.mk>
|