summaryrefslogtreecommitdiffstats
path: root/x11/gnome-launch-box/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-launch-box/Makefile')
-rw-r--r--x11/gnome-launch-box/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/x11/gnome-launch-box/Makefile b/x11/gnome-launch-box/Makefile
new file mode 100644
index 000000000..33799cb89
--- /dev/null
+++ b/x11/gnome-launch-box/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: gnome-launch-box
+# Date created: 12 Jan 2006
+# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnome-launch-box
+PORTVERSION= 20060112
+PORTREVISION= 1
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= jylefort
+
+MAINTAINER= jylefort@FreeBSD.org
+COMMENT= An application launcher for the GNOME desktop
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= libgnomeui evolutiondataserver gnomemenus gnomedesktop
+
+USE_AUTOTOOLS= autoconf:259 autoheader:259 automake:19 aclocal:19 libtool:15
+ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
+AUTOMAKE_ARGS= -a
+LIBTOOLFILES=
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+
+PORTDOCS= AUTHORS README TODO
+
+pre-configure:
+ @${LN} -sf ${AUTOMAKE_DIR}/mkinstalldirs ${CONFIGURE_WRKSRC}
+ @cd ${CONFIGURE_WRKSRC} && \
+ ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} && \
+ ${LOCALBASE}/bin/intltoolize
+
+post-install:
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+
+.include <bsd.port.mk>