mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
53dc20c5d7
PR: ports/100571 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
30 lines
659 B
Makefile
30 lines
659 B
Makefile
# New ports collection makefile for: examine
|
|
# Date created: 2006-07-18
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
#
|
|
# $MBSDlabs$
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= examine
|
|
PORTVERSION= 20060719
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://mbsd.msk.ru/dist/
|
|
|
|
MAINTAINER= ssedov@mbsd.msk.ru
|
|
COMMENT= Interface for configuring EFL applications
|
|
|
|
LIB_DEPENDS= ecore.1:${PORTSDIR}/x11/ecore \
|
|
ewl.0:${PORTSDIR}/x11-toolkits/ewl
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
|
|
|
PLIST_FILES= bin/examine bin/exsh
|
|
|
|
.include <bsd.port.mk>
|