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
|
2014-12-25 21:54:41 +01:00
|
|
|
PORTREVISION= 16
|
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
|
|
|
|
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
|
|
|
|
2013-12-24 23:01:22 +01:00
|
|
|
LICENSE= GPLv2 # (or later)
|
2012-06-01 07:26:28 +02:00
|
|
|
|
2014-12-25 20:04:25 +01:00
|
|
|
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
2013-12-24 23:01:22 +01:00
|
|
|
|
2014-07-29 21:11:51 +02:00
|
|
|
USES= gmake gettext pathfix tar:tgz
|
2002-09-03 04:46:49 +02:00
|
|
|
USE_GNOME= gdkpixbuf
|
1999-12-25 16:54:16 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-08-19 18:08:26 +02:00
|
|
|
CONFIGURE_ARGS= --disable-gnome
|
1999-12-25 16:54:16 +01:00
|
|
|
|
2013-12-24 23:01:22 +01:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2000-12-18 18:33:04 +01:00
|
|
|
|
2002-08-31 13:29:29 +02:00
|
|
|
post-patch:
|
2013-12-24 23:01:22 +01:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|^guint argc|gint argc|' ${WRKSRC}/src/chbg.c
|
2002-03-27 17:29:49 +01:00
|
|
|
|
2013-12-24 23:01:22 +01:00
|
|
|
.include <bsd.port.mk>
|