mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
d5cbfc66f4
Approved by: maintainer
19 lines
361 B
Makefile
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>
|