freebsd-ports/graphics/chbg/Makefile
Dmitry Marakasov b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00

29 lines
582 B
Makefile

# Created by: Peter Jones <p@dancris.com>
# $FreeBSD$
PORTNAME= chbg
PORTVERSION= 1.5
PORTREVISION= 16
CATEGORIES= graphics gnome
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Change Background Picture with time period
LICENSE= GPLv2+
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
USES= gmake gettext pathfix tar:tgz
USE_GNOME= gdkpixbuf
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gnome
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e \
's|^guint argc|gint argc|' ${WRKSRC}/src/chbg.c
.include <bsd.port.mk>