aboutsummaryrefslogtreecommitdiffstats
path: root/x11/ecore/Makefile
blob: fd885c571092fcefa25357b3c591f46a5409520d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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= ports@FreeBSD.org

USE_X_PREFIX=   yes
USE_LIBTOOL=    yes
INSTALLS_SHLIB= yes

post-install:
    @${STRIP_CMD} ${PREFIX}/lib/libecore.so.0

.include <bsd.port.mk>