2000-11-03 21:58:45 +01:00
|
|
|
# New ports collection makefile for: gnomecrash
|
|
|
|
# Date created: 3rd November 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomecrash
|
|
|
|
PORTVERSION= 0.0.5
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2000-11-03 21:58:45 +01:00
|
|
|
CATEGORIES= devel gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-09-20 19:07:51 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-crash/0.0
|
2000-11-03 21:58:45 +01:00
|
|
|
DISTNAME= gnome-crash-${PORTVERSION}
|
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A small coredump analysis tool for GNOME
|
2000-11-03 21:58:45 +01:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2002-08-06 21:06:30 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack libglade gnomeprint
|
2000-11-03 21:58:45 +01:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|