1999-02-24 22:04:24 +00:00
|
|
|
# New ports collection makefile for: electriceyes
|
|
|
|
# Version required: 0.3.8
|
|
|
|
# Date created: 21 August 1998
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
1998-09-06 06:45:28 +00:00
|
|
|
#
|
1999-02-24 22:04:24 +00:00
|
|
|
# $Id: Makefile,v 1.10 1999/01/31 20:52:33 vanilla Exp $
|
1998-09-06 06:45:28 +00:00
|
|
|
#
|
|
|
|
|
1999-02-24 22:04:24 +00:00
|
|
|
DISTNAME= ee-0.3.8
|
|
|
|
PKGNAME= electriceyes-0.3.8
|
1999-01-31 20:52:33 +00:00
|
|
|
CATEGORIES= graphics gnome
|
1999-01-27 08:31:54 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= ee
|
1998-09-06 06:45:28 +00:00
|
|
|
|
1999-01-12 16:51:33 +00:00
|
|
|
MAINTAINER= nacai@iname.com
|
1998-09-06 06:45:28 +00:00
|
|
|
|
1999-01-31 20:52:33 +00:00
|
|
|
BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
1999-01-14 20:53:36 +00:00
|
|
|
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
1998-09-06 06:45:28 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1998-09-15 10:50:56 +00:00
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
1998-09-06 06:45:28 +00:00
|
|
|
--datadir=${PREFIX}/share/gnome \
|
|
|
|
--with-gnome=${X11BASE}
|
1999-01-31 20:52:33 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include" \
|
1999-01-01 09:29:31 +00:00
|
|
|
GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
|
1998-09-30 13:44:30 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
|
1998-09-06 06:45:28 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MV} ${PREFIX}/bin/ee ${PREFIX}/bin/ElectricEyes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|