freebsd-ports/deskutils/xpad/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

28 lines
620 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= 4
CATEGORIES= deskutils
MASTER_SITES= http://launchpad.net/xpad/stable/${PORTVERSION}/+download/
MAINTAINER= lwindschuh@googlemail.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
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAN1= xpad.1
.include <bsd.port.mk>