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
|
2006-05-21 21:22:49 +02:00
|
|
|
PORTVERSION= 2.11
|
2006-05-25 16:01:24 +02:00
|
|
|
PORTREVISION= 1
|
2003-10-06 05:21:36 +02:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
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
|
|
|
|
|
2003-12-20 13:08:09 +01:00
|
|
|
USE_BZIP2= yes
|
2005-11-13 22:38:20 +01:00
|
|
|
USE_GNOME= pkgconfig gtk20 gnomehack intltool
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
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>
|