freebsd-ports/deskutils/xpad/Makefile
Boris Samorodov 2a49f5d970 . update to version 3.1;
. xpad is now released under the terms of the GPL v3;
. use new MASTER_SITES since SF contains only old version(s);
. remove "-A" option from FETCH_ARGS since fetching is
  actually is redirected and the tarball can't be fetched otherwise;
. fix pkg-plist.

PR:		ports/132696
Submitted by:	bsam (me)
Approved by:	Guillaume <amyfoub at gmail.com> (maintainer)
2009-03-16 15:30:18 +00:00

27 lines
615 B
Makefile

# New ports collection makefile for: xpad
# Date created: 6 March 2002
# Whom: Guillaume Paquet <amyfoub@gmail.com>
#
# $FreeBSD$
#
PORTNAME= xpad
PORTVERSION= 3.1
CATEGORIES= deskutils
MASTER_SITES= http://launchpad.net/xpad/stable/${PORTVERSION}/+download/
MAINTAINER= amyfoub@gmail.com
COMMENT= A virtual note-pad system for your X11 desktop
FETCH_ARGS= "-pRr"
USE_BZIP2= yes
USE_GMAKE= yes
USE_XORG= x11 sm
USE_GNOME= pkgconfig gtk20 gnomehier intltool
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= xpad.1
.include <bsd.port.mk>