1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/x11-toolkits/gevas/Makefile
Michael Haro 23623ef149 Upgrade port x11-toolkits/gevas to version 0.0.3
PR:		26212
Submitted by:	    maintainer
2001-04-03 05:29:02 +00:00

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.0:${PORTSDIR}/graphics/evas
USE_GTK= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
post-install:
@strip ${PREFIX}/lib/libgevas.so.0
.include <bsd.port.mk>