2013-09-20 20:35:44 +02:00
|
|
|
# Created by: Peter Jones <p@dancris.com>
|
1999-12-25 16:54:16 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-13 08:28:28 +02:00
|
|
|
PORTNAME= chbg
|
2002-03-27 17:29:49 +01:00
|
|
|
PORTVERSION= 1.5
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 14
|
2001-05-04 23:41:30 +02:00
|
|
|
CATEGORIES= graphics gnome
|
- 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
|
|
|
MASTER_SITES= SF
|
1999-12-25 16:54:16 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2007-06-26 08:22:06 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Change Background Picture with time period
|
1999-12-25 16:54:16 +01:00
|
|
|
|
2012-06-01 07:26:28 +02:00
|
|
|
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
|
|
|
|
|
2002-09-03 04:46:49 +02:00
|
|
|
USE_GNOME= gdkpixbuf
|
1999-12-25 16:54:16 +01:00
|
|
|
USE_GMAKE= yes
|
2013-04-24 20:10:30 +02:00
|
|
|
USES= gettext
|
1999-12-25 16:54:16 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2003-08-19 18:08:26 +02:00
|
|
|
CONFIGURE_ARGS= --disable-gnome
|
1999-12-25 16:54:16 +01:00
|
|
|
|
2013-09-20 20:35:44 +02:00
|
|
|
NO_STAGE= yes
|
2002-03-27 17:29:49 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2000-12-18 18:33:04 +01:00
|
|
|
MAN1= chbg.1
|
|
|
|
|
2002-08-31 13:29:29 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2002-03-27 17:29:49 +01:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|