aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gevas/Makefile
blob: 97707612e8aa2f3d54a4f1d8f6bb29b7ff1a46b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ports collection makefile for:    gevas
# Date created:             19 March 2001
# Whom:                 Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#

PORTNAME=   gevas
PORTVERSION=    0.0.3
CATEGORIES= x11-toolkits graphics
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= enlightenment

MAINTAINER= ports@FreeBSD.org

LIB_DEPENDS=    evas.6:${PORTSDIR}/graphics/evas

USE_GTK=    yes
USE_LIBTOOL=    yes
INSTALLS_SHLIB= yes

post-install:
    @${STRIP_CMD} ${PREFIX}/lib/libgevas.so.0

.include <bsd.port.mk>