577e6dda0b
- Bump library version to x11-toolkits/gevas PR: 26965 Submitted by: MAINTAINER
26 lines
485 B
Makefile
26 lines
485 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= ishmael27@home.com
|
|
|
|
LIB_DEPENDS= evas.5:${PORTSDIR}/graphics/evas
|
|
|
|
USE_GTK= yes
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
post-install:
|
|
@strip ${PREFIX}/lib/libgevas.so.0
|
|
|
|
.include <bsd.port.mk>
|