2012-12-16 02:27:01 +01:00
|
|
|
# Created by: Jaosn Helfman <jgh@FreeBSD.org>
|
2011-11-20 21:53:34 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xpad
|
2014-12-04 01:39:41 +01:00
|
|
|
PORTVERSION= 4.4.0
|
2011-11-20 21:53:34 +01:00
|
|
|
CATEGORIES= deskutils
|
2014-12-04 01:39:41 +01:00
|
|
|
MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/4.4/+download/
|
2011-11-20 21:53:34 +01:00
|
|
|
PKGNAMESUFFIX= -current
|
|
|
|
|
2011-12-20 18:10:19 +01:00
|
|
|
MAINTAINER= jgh@FreeBSD.org
|
2012-12-16 02:27:01 +01:00
|
|
|
COMMENT= Virtual note-pad system for your X11 desktop
|
2011-11-20 21:53:34 +01:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2013-04-17 01:13:51 +02:00
|
|
|
OPTIONS_DEFINE= NLS
|
2014-04-04 15:19:55 +02:00
|
|
|
OPTIONS_SUB= yes
|
2013-04-17 01:13:51 +02:00
|
|
|
|
2011-11-20 21:53:34 +01:00
|
|
|
CONFLICTS_INSTALL= xpad-[0-9]*
|
|
|
|
USE_XORG= x11 sm
|
2014-12-17 17:27:45 +01:00
|
|
|
USE_GNOME= gtk30 intltool gtksourceview3
|
2014-04-04 15:19:55 +02:00
|
|
|
USES= pkgconfig gmake tar:bzip2
|
2011-11-20 21:53:34 +01:00
|
|
|
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
|
2013-04-17 01:13:51 +02:00
|
|
|
|
2014-12-04 01:39:41 +01:00
|
|
|
RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme
|
|
|
|
|
2014-04-04 15:19:55 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2013-04-17 01:13:51 +02:00
|
|
|
|
2014-04-04 15:19:55 +02:00
|
|
|
post-patch:
|
2013-03-08 11:51:34 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|glib/glist.h|glib.h|g' \
|
|
|
|
${WRKSRC}/src/xpad-undo.c
|
|
|
|
|
2011-11-20 21:53:34 +01:00
|
|
|
.include <bsd.port.mk>
|