mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
a32defea5d
- Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat)
25 lines
575 B
Makefile
25 lines
575 B
Makefile
# New ports collection makefile for: lxmenu-data
|
|
# Date created: Fri Sept 24 09:52:35 EST 2010
|
|
# Whom: Kris Moore <kmoore@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lxmenu-data
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= SF/lxde/lxmenu-data%20%28desktop%20menu%29/lxmenu-data%20${PORTVERSION}
|
|
|
|
MAINTAINER= kmoore@FreeBSD.org
|
|
COMMENT= Menu data used by lxpanel
|
|
|
|
USE_XORG= x11 xmu
|
|
USE_GNOME= intltool
|
|
USE_GETTEXT= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOTOOLS= automake:env
|
|
CONFIGURE_ARGS+=--prefix=${LOCALBASE} --sysconfdir=${LOCALBASE}/etc
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|