2003-12-06 21:04:24 +01:00
|
|
|
# Ports collection Makefile for: mlview
|
|
|
|
# Date created: 24 September 2003
|
|
|
|
# Whom: Simon Barner <barner@gmx.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mlview
|
2005-01-09 16:56:43 +01:00
|
|
|
PORTVERSION= 0.7.1
|
2003-12-06 21:04:24 +01:00
|
|
|
CATEGORIES= editors gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2005-01-09 16:56:43 +01:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.7
|
2003-12-06 21:04:24 +01:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= barner@gmx.de
|
|
|
|
COMMENT= A tree oriented XML editor for Gnome
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
2005-01-09 16:56:43 +01:00
|
|
|
USE_AUTOCONF_VER= 259
|
2004-05-10 09:02:02 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack eel2
|
2003-12-06 21:04:24 +01:00
|
|
|
USE_GMAKE= yes
|
2004-07-28 16:03:09 +02:00
|
|
|
USE_LIBTOOL_VER=15
|
2003-12-06 21:04:24 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|