freebsd-ports/x11-toolkits/gevas/Makefile
Mario Sergio Fujikawa Ferreira c4e8cae589 Deploy USE_GNOMENG infrastructure
PR:		42309
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-02 03:58:24 +00:00

26 lines
512 B
Makefile

# 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_GNOMENG= yes
USE_GNOME= gtk12
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
post-install:
@${STRIP_CMD} ${PREFIX}/lib/libgevas.so.0
.include <bsd.port.mk>