freebsd-ports/deskutils/xpad/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

28 lines
631 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
PORTREVISION= 3
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>