1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/x11/lxmenu-data/Makefile
Sunpoet Po-Chuan Hsieh a32defea5d - Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:		ports/152844
Submitted by:	sunpoet (myself)
Approved by:	miwi (with portmgr hat)
2010-12-25 16:55:41 +00:00

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>