blob: 9dc5eda0e9cf25f95470ead99a0531fa62dd0b5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# $NetBSD: Makefile,v 1.4 2004/01/03 18:50:01 reed Exp $
#
DISTNAME= xpad-1.12
PKGREVISION= 2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xpad/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://xpad.sourceforge.net/
COMMENT= Sticky notes application in GTK 2
BUILD_USES_MSGFMT= yes
DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
USE_GMAKE= yes
USE_PKGLOCALEDIR= yes
USE_X11= yes
.include "../../converters/libiconv/buildlink2.mk"
.include "../../x11/gtk2/buildlink2.mk"
.include "../../textproc/intltool/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|