View | Details | Raw Unified | Return to bug 87899
Collapse All | Expand All

(-)Makefile (-16 / +8 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	xpad
8
PORTNAME=	xpad
9
PORTVERSION=	2.6
9
PORTVERSION=	2.10
10
CATEGORIES=	deskutils
10
CATEGORIES=	deskutils
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 15-36 Link Here
15
COMMENT=	A virtual note-pad system for your X11 desktop
15
COMMENT=	A virtual note-pad system for your X11 desktop
16
16
17
USE_BZIP2=	yes
17
USE_BZIP2=	yes
18
18
USE_GNOME=	pkgconfig gtk20 gnomehack intltool
19
USE_GNOME=	gtk20
19
USE_X_PREFIX=	yes
20
20
USE_ICONV=	yes
21
HAS_CONFIGURE=	yes
21
USE_GETTEXT=	yes
22
CONFIGURE_ARGS=	--prefix=${PREFIX}
22
GNU_CONFIGURE=	yes
23
CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
24
		LDFLAGS="-L${LOCALBASE}/lib"
23
25
24
MAN1=		xpad.1
26
MAN1=		xpad.1
25
MANCOMPRESSED=	no
26
27
do-install:
28
29
	${INSTALL_PROGRAM} ${WRKSRC}/src/xpad ${PREFIX}/bin/
30
	${INSTALL_MAN} ${WRKSRC}/doc/xpad.1 ${PREFIX}/man/man1/
31
32
	${MKDIR} ${PREFIX}/share/icons/hicolor/48x48/apps ${PREFIX}/share/icons/hicolor/scalable/apps
33
	${INSTALL_DATA} ${WRKSRC}/images/hicolor/48x48/apps/xpad.png ${PREFIX}/share/icons/hicolor/48x48/apps/
34
	${INSTALL_DATA} ${WRKSRC}/images/hicolor/scalable/apps/xpad.svg ${PREFIX}/share/icons/hicolor/scalable/apps/
35
27
36
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (xpad-2.6.tar.bz2) = 0d3e50e90d485c2bcf5e861b4a223fc2
1
MD5 (xpad-2.10.tar.bz2) = 6ab34dde0d3cbea490fb3f0a6ba13066
2
SIZE (xpad-2.6.tar.bz2) = 196578
2
SIZE (xpad-2.10.tar.bz2) = 227540
(-)pkg-plist (-6 / +18 lines)
Lines 1-9 Link Here
1
bin/xpad
1
bin/xpad
2
share/applications/xpad.desktop
2
share/icons/hicolor/48x48/apps/xpad.png
3
share/icons/hicolor/48x48/apps/xpad.png
3
share/icons/hicolor/scalable/apps/xpad.svg
4
share/icons/hicolor/scalable/apps/xpad.svg
4
@unexec rmdir %D/share/icons/hicolor/scalable/apps 2>/dev/null || true
5
share/pixmaps/xpad.png
5
@unexec rmdir %D/share/icons/hicolor/scalable 2>/dev/null || true
6
share/locale/af/LC_MESSAGES/xpad.mo
6
@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true
7
share/locale/bg/LC_MESSAGES/xpad.mo
7
@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true
8
share/locale/es/LC_MESSAGES/xpad.mo
8
@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true
9
share/locale/fr/LC_MESSAGES/xpad.mo
9
@unexec rmdir %D/share/icons 2>/dev/null || true
10
share/locale/ga/LC_MESSAGES/xpad.mo
11
share/locale/hu/LC_MESSAGES/xpad.mo
12
share/locale/it/LC_MESSAGES/xpad.mo
13
share/locale/ms/LC_MESSAGES/xpad.mo
14
share/locale/nl/LC_MESSAGES/xpad.mo
15
share/locale/ro/LC_MESSAGES/xpad.mo
16
share/locale/ru/LC_MESSAGES/xpad.mo
17
share/locale/rw/LC_MESSAGES/xpad.mo
18
share/locale/sk/LC_MESSAGES/xpad.mo
19
share/locale/sl/LC_MESSAGES/xpad.mo
20
share/locale/vi/LC_MESSAGES/xpad.mo
21
share/locale/zh_TW/LC_MESSAGES/xpad.mo

Return to bug 87899