1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/deskutils/xpad3/Makefile
Jason Helfman 589d7c3b96 - rename deskutils/xpad-current to deskutils/xpad
- update xpad to 4.5.0
- add documentation to installation
- lessen dependency count by using smaller icon package
- remove patches, as they were committed upstream (see Changelog)
- adjust conflicts for deskutils/xpad3
2014-12-30 18:36:31 +00:00

41 lines
870 B
Makefile

# Created by: Guillaume Paquet <amyfoub@gmail.com>
# $FreeBSD$
PORTNAME= xpad
PORTVERSION= 3.1
PORTREVISION= 8
CATEGORIES= deskutils
MASTER_SITES= http://launchpad.net/xpad/stable/${PORTVERSION}/+download/
PKGNAMESUFFIX= 3
MAINTAINER= jgh@FreeBSD.org
COMMENT= Virtual note-pad system for your X11 desktop
LICENSE= GPLv3
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
CONFLICTS_INSTALL= xpad-[0-9]*
USE_XORG= x11 sm
USE_GNOME= gtk20 intltool
USES= pkgconfig gmake tar:bzip2
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
NLS_USES= gettext
NLS_CPPFLAGS= ${CXXFLAGS} -I${LOCALBASE}/include
NLS_LDFLAGS= -L${LOCALBASE}/lib
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.options.mk>
post-patch:
.if ! ${PORT_OPTIONS:MNLS}
@${REINPLACE_CMD} -e 's|SUBDIRS = autopackage doc src images po|SUBDIRS = autopackage doc src images|' \
${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>