freebsd-ports/graphics/electriceyes/Makefile
2000-04-13 06:28:28 +00:00

36 lines
858 B
Makefile

# New ports collection makefile for: electriceyes
# Date created: 21 August 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#
PORTNAME= electriceyes
PORTVERSION= 0.3.11
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/ee
DISTNAME= ee-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${PREFIX}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
post-install:
${MV} ${PREFIX}/bin/ee ${PREFIX}/bin/ElectricEyes
.include <bsd.port.mk>