freebsd-ports/graphics/chbg/Makefile

34 lines
690 B
Makefile
Raw Normal View History

# Created by: Peter Jones <p@dancris.com>
# $FreeBSD$
PORTNAME= chbg
PORTVERSION= 1.5
2012-06-01 07:26:28 +02:00
PORTREVISION= 14
CATEGORIES= graphics gnome
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Change Background Picture with time period
2012-06-01 07:26:28 +02:00
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
USE_GNOME= gdkpixbuf
USE_GMAKE= yes
USES= gettext
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
2003-08-19 18:08:26 +02:00
CONFIGURE_ARGS= --disable-gnome
NO_STAGE= yes
.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 ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.post.mk>