freebsd-ports/graphics/electriceyes/Makefile

30 lines
673 B
Makefile
Raw Normal View History

1999-02-24 23:04:24 +01:00
# New ports collection makefile for: electriceyes
# Date created: 21 August 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
#
PORTNAME= electriceyes
2000-08-04 03:16:18 +02:00
PORTVERSION= 0.3.12
PORTREVISION= 6
CATEGORIES= graphics gnome
1999-01-27 09:31:54 +01:00
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/ee/0.3
DISTNAME= ee-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= A graphic view base imlib & gtk
USE_GMAKE= yes
2002-07-19 11:58:00 +02:00
USE_GNOME= gnomeprefix gnomehack gnomelibs
2006-05-16 00:23:04 +02:00
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
post-install:
${MV} ${PREFIX}/bin/ee ${PREFIX}/bin/ElectricEyes
.include <bsd.port.mk>