1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11/ecore/Makefile
Patrick Li 1385354850 - Change maintainer's email address
- Update MASTER_SITES
- Bump shlib version for x11-toolkits/gevas

PR:		34354
Submitted by:	maintainer
2002-01-28 02:08:13 +00:00

24 lines
431 B
Makefile

# New ports collection makefile for: ecore
# Date created: 16 March 2001
# Whom: Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#
PORTNAME= ecore
PORTVERSION= 0.0.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= enlightenment
MAINTAINER= ishmael27x@yahoo.com
USE_X_PREFIX= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
post-install:
@strip ${PREFIX}/lib/libecore.so.0
.include <bsd.port.mk>