3e4ed01146
- 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)
27 lines
557 B
Makefile
27 lines
557 B
Makefile
# New ports collection makefile for: xpad
|
|
# Date created: 6 March 2002
|
|
# Whom: Guillaume Paquet <amyfoub@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xpad
|
|
PORTVERSION= 2.14
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= amyfoub@gmail.com
|
|
COMMENT= A virtual note-pad system for your X11 desktop
|
|
|
|
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>
|