freebsd-ports/graphics/chbg/Makefile

30 lines
594 B
Makefile
Raw Normal View History

# Created by: Peter Jones <p@dancris.com>
# $FreeBSD$
PORTNAME= chbg
PORTVERSION= 1.5
2014-12-25 21:54:41 +01:00
PORTREVISION= 16
CATEGORIES= graphics gnome
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Change Background Picture with time period
LICENSE= GPLv2 # (or later)
2012-06-01 07:26:28 +02:00
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
USES= gmake gettext pathfix tar:tgz
USE_GNOME= gdkpixbuf
GNU_CONFIGURE= yes
2003-08-19 18:08:26 +02:00
CONFIGURE_ARGS= --disable-gnome
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:
@${REINPLACE_CMD} -e \
's|^guint argc|gint argc|' ${WRKSRC}/src/chbg.c
.include <bsd.port.mk>