2003-10-06 05:21:36 +02:00
|
|
|
# New ports collection makefile for: xpad
|
|
|
|
# Date created: 6 March 2002
|
2005-04-12 23:37:49 +02:00
|
|
|
# Whom: Guillaume Paquet <amyfoub@gmail.com>
|
2003-10-06 05:21:36 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xpad
|
2009-03-16 16:30:18 +01:00
|
|
|
PORTVERSION= 3.1
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 3
|
2003-10-06 05:21:36 +02:00
|
|
|
CATEGORIES= deskutils
|
2009-03-16 16:30:18 +01:00
|
|
|
MASTER_SITES= http://launchpad.net/xpad/stable/${PORTVERSION}/+download/
|
2003-10-06 05:21:36 +02:00
|
|
|
|
2005-04-12 23:37:49 +02:00
|
|
|
MAINTAINER= amyfoub@gmail.com
|
2003-10-06 05:21:36 +02:00
|
|
|
COMMENT= A virtual note-pad system for your X11 desktop
|
|
|
|
|
2009-03-16 16:30:18 +01:00
|
|
|
FETCH_ARGS= "-pRr"
|
2003-12-20 13:08:09 +01:00
|
|
|
USE_BZIP2= yes
|
2008-04-11 14:30:02 +02:00
|
|
|
USE_GMAKE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11 sm
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_GNOME= pkgconfig gtk20 gnomehier intltool
|
2005-11-13 22:38:20 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-10-06 05:21:36 +02:00
|
|
|
|
|
|
|
MAN1= xpad.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|