aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/graphos/Makefile
blob: 42cfeeb388c155c2b32e7039f29bb2314c9df698 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=   graphos
PORTVERSION=    0.5
PORTREVISION=   2
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>