1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/graphics/chbg/Makefile
Pawel Pekala 3f4f9547c9 - Fix build with clang
- Add LICENSE
- Support staging

PR:		ports/184834
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-24 22:01:22 +00:00

31 lines
607 B
Makefile

# Created by: Peter Jones <p@dancris.com>
# $FreeBSD$
PORTNAME= chbg
PORTVERSION= 1.5
PORTREVISION= 14
CATEGORIES= graphics gnome
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Change Background Picture with time period
LICENSE= GPLv2 # (or later)
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
USES= gmake gettext pathfix
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>