1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/graphics/graphos/Makefile
David Chisnall e18eccf70d Add graphos port, from the GNUstep Applications Project.
Approved by:	bapt (mentor)
2013-10-17 09:14:41 +00:00

22 lines
448 B
Makefile

# $FreeBSD$
PORTNAME= graphos
PORTVERSION= 0.5
CATEGORIES= graphics gnustep
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= gap
DISTNAME= Graphos-${PORTVERSION}
MAINTAINER= theraven@FreeBSD.org
COMMENT= Vector drawing application centered around bezier paths
LICENSE= GPLv2
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
.include <bsd.port.mk>