1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/deskutils/gimmie/Makefile
Baptiste Daroussin 9ff06b3cbf Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}
While here:
- trim headers
- convert to new options framework
2013-04-29 22:27:05 +00:00

40 lines
1.0 KiB
Makefile

# Created by: pneumann@gmail.com
# $FreeBSD$
PORTNAME= gimmie
PORTVERSION= 0.2.7
PORTREVISION= 9
CATEGORIES= deskutils gnome
MASTER_SITES= http://www.beatniksoftware.com/gimmie/releases/ \
LOCAL/beech
MAINTAINER= pneumann@gmail.com
COMMENT= Gnome desktop organizer
RUN_DEPENDS= ${LOCALBASE}/lib/libgnomecups-1.0.a:${PORTSDIR}/print/libgnomecups \
${PYTHON_SITELIBDIR}/dbus/_dbus.py:${PORTSDIR}/devel/py-dbus \
${PYTHON_SITELIBDIR}/libgmail.py:${PORTSDIR}/mail/py-libgmail
BUILD_DEPENDS= ${LOCALBASE}/lib/libgnomecups-1.0.a:${PORTSDIR}/print/libgnomecups \
${PYTHON_SITELIBDIR}/dbus/_dbus.py:${PORTSDIR}/devel/py-dbus
USE_GNOME= gnomehack gnomeprefix pygnome2 pygnomedesktop pygnomeextras
USE_GMAKE= yes
USE_PYTHON= yes
GCONF_SCHEMAS= gimmie.schemas
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
.else
PLIST_SUB+= NLS="@comment "
NO_PO= yes
.endif
.include <bsd.port.mk>