2001-03-17 17:31:30 +01:00
|
|
|
# New ports collection makefile for: ecore
|
|
|
|
# Date created: 16 March 2001
|
|
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ecore
|
2001-04-30 17:28:53 +02:00
|
|
|
PORTVERSION= 0.0.2
|
2001-03-17 17:31:30 +01:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= enlightenment
|
|
|
|
|
2002-06-04 03:38:45 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2001-03-17 17:31:30 +01:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
post-install:
|
2002-06-26 20:56:18 +02:00
|
|
|
@${STRIP_CMD} ${PREFIX}/lib/libecore.so.0
|
2001-03-17 17:31:30 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|