freebsd-ports/x11/ecore/Makefile
Patrick Li 5796fbac0e strip -> ${STRIP_CMD}
PR:		ports/39756
Submitted by:	Scott Flatman <sf@dsinw.com>
2002-06-26 18:56:18 +00:00

24 lines
435 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= 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>