freebsd-ports/graphics/electriceyes/Makefile

30 lines
655 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
2012-06-01 07:26:28 +02:00
PORTREVISION= 11
CATEGORIES= graphics gnome
MASTER_SITES= 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= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
post-install:
${MV} ${PREFIX}/bin/ee ${PREFIX}/bin/ElectricEyes
.include <bsd.port.mk>