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

(-)xpad/Makefile (-9 / +6 lines)
Lines 1-23 Link Here
1
# New ports collection makefile for:	xpad
1
# New ports collection makefile for:	xpad
2
# Date created:		6 March 2002
2
# Date created:		6 March 2002
3
# Whom:			Guillaume Paquet <amyfoub@videotron.ca>
3
# Whom:			Guillaume Paquet <amyfoub@gmail.com>
4
#
4
#
5
# $FreeBSD: ports/deskutils/xpad/Makefile,v 1.9 2005/03/12 10:53:14 marcus Exp $
5
# $FreeBSD: ports/deskutils/xpad/Makefile,v 1.9 2005/03/12 10:53:14 marcus Exp $
6
#
6
#
7
7
8
PORTNAME=	xpad
8
PORTNAME=	xpad
9
PORTVERSION=	1.13.1
9
PORTVERSION=	2.6
10
PORTREVISION=	2
11
CATEGORIES=	deskutils
10
CATEGORIES=	deskutils
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
14
13
15
MAINTAINER=	amyfoub@videotron.ca
14
MAINTAINER=	amyfoub@gmail.com
16
COMMENT=	A virtual note-pad system for your X11 desktop
15
COMMENT=	A virtual note-pad system for your X11 desktop
17
16
18
USE_BZIP2=	yes
17
USE_BZIP2=	yes
19
18
20
#USE_X_PREFIX=	yes
21
USE_GNOME=	gtk20
19
USE_GNOME=	gtk20
22
20
23
HAS_CONFIGURE=	yes
21
HAS_CONFIGURE=	yes
Lines 30-38 Link Here
30
28
31
	${INSTALL_PROGRAM} ${WRKSRC}/src/xpad ${PREFIX}/bin/
29
	${INSTALL_PROGRAM} ${WRKSRC}/src/xpad ${PREFIX}/bin/
32
	${INSTALL_MAN} ${WRKSRC}/doc/xpad.1 ${PREFIX}/man/man1/
30
	${INSTALL_MAN} ${WRKSRC}/doc/xpad.1 ${PREFIX}/man/man1/
33
	@${MKDIR} ${PREFIX}/share/xpad
31
34
	${INSTALL_DATA} ${WRKSRC}/images/xpad.xpm ${PREFIX}/share/xpad/
32
	${INSTALL_DATA} ${WRKSRC}/images/hicolor/48x48/apps/xpad.png ${PREFIX}/share/icons/hicolor/48x48/apps/
35
	${INSTALL_DATA} ${WRKSRC}/images/xpad2.xpm ${PREFIX}/share/xpad/
33
	${INSTALL_DATA} ${WRKSRC}/images/hicolor/scalable/apps/xpad.svg ${PREFIX}/share/icons/hicolor/scalable/apps/
36
	${INSTALL_DATA} ${WRKSRC}/images/sticky.xpm ${PREFIX}/share/xpad/
37
34
38
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)xpad/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (xpad-1.13.1.tar.bz2) = 526c40adc1ffaa79f29647bb9d5fc404
1
MD5 (xpad-2.6.tar.bz2) = 0d3e50e90d485c2bcf5e861b4a223fc2
2
SIZE (xpad-1.13.1.tar.bz2) = 241811
2
SIZE (xpad-2.6.tar.bz2) = 196578
(-)xpad/pkg-descr (-1 / +1 lines)
Lines 17-20 Link Here
17
WWW: http://xpad.sourceforge.net/
17
WWW: http://xpad.sourceforge.net/
18
18
19
- Guillaume
19
- Guillaume
20
amyfoub@videotron.ca
20
amyfoub@gmail.com
(-)xpad/pkg-plist (-4 / +2 lines)
Lines 1-5 Link Here
1
bin/xpad
1
bin/xpad
2
share/xpad/xpad.xpm
2
share/icons/hicolor/48x48/apps/xpad.png
3
share/xpad/xpad2.xpm
3
share/icons/hicolor/scalable/apps/xpad.svg
4
share/xpad/sticky.xpm
5
@dirrm share/xpad

Return to bug 79831