aboutsummaryrefslogblamecommitdiff
path: root/deskutils/xpad/Makefile
blob: c783fbfe26e1a7a6af7164d7ca8fad7adf6f2f34 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                            
                                                            




                    
                   
                 
                         
                                                                          
 
                               

                                                              



                                           
                      
                   
                   
                      
                                                  
                   

                                                  

                      

                      
# New ports collection makefile for:	xpad
# Date created:		6 March 2002
# Whom:			Guillaume Paquet <amyfoub@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	xpad
PORTVERSION=	3.1
PORTREVISION=	5
CATEGORIES=	deskutils
MASTER_SITES=	http://launchpad.net/xpad/stable/${PORTVERSION}/+download/

MAINTAINER=	jgh@FreeBSD.org
COMMENT=	A virtual note-pad system for your X11 desktop

LICENSE=	GPLv3

CONFLICTS_INSTALL=	xpad-current-[0-9]*

FETCH_ARGS=	"-pRr"
USE_BZIP2=	yes
USE_GMAKE=	yes
USE_XORG=	x11 sm
USE_GNOME=	pkgconfig gtk20 gnomehier intltool
GNU_CONFIGURE=	yes
CPPFLAGS+=	${CXXFLAGS} -I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

MAN1=		xpad.1

.include <bsd.port.mk>