freebsd-ports/deskutils/xpad-current/Makefile

39 lines
841 B
Makefile
Raw Normal View History

# Created by: Jaosn Helfman <jgh@FreeBSD.org>
# $FreeBSD$
PORTNAME= xpad
PORTVERSION= 4.4.0
CATEGORIES= deskutils
MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/4.4/+download/
PKGNAMESUFFIX= -current
MAINTAINER= jgh@FreeBSD.org
COMMENT= Virtual note-pad system for your X11 desktop
LICENSE= GPLv3
OPTIONS_DEFINE= NLS
2014-04-04 15:19:55 +02:00
OPTIONS_SUB= yes
CONFLICTS_INSTALL= xpad-[0-9]*
USE_XORG= x11 sm
USE_GNOME= gtk30 intltool gtksourceview3
2014-04-04 15:19:55 +02:00
USES= pkgconfig gmake tar:bzip2
INSTALLS_ICONS= yes
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
2014-04-04 15:19:55 +02:00
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme
2014-04-04 15:19:55 +02:00
.include <bsd.port.options.mk>
2014-04-04 15:19:55 +02:00
post-patch:
@${REINPLACE_CMD} -e 's|glib/glist.h|glib.h|g' \
${WRKSRC}/src/xpad-undo.c
.include <bsd.port.mk>