mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
cd5ab90468
A utility for cycling through different background pictures. PR: 15407 Submitted by: Peter Jones <p@dancris.com>
26 lines
561 B
Makefile
26 lines
561 B
Makefile
# New ports collection makefile for: chbg
|
|
# Version required: 0.8pl1
|
|
# Date created: 10 Dec 1999
|
|
# Whom: Peter Jones <p@dancris.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= chbg-0.8pl1
|
|
PKGNAME= chbg-0.8.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.idata.sk/~ondrej/sw/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= p@dancris.com
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
|
Imlib.5:${PORTSDIR}/graphics/imlib
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
|
|
CFLAGS="-I${LOCALBASE}/include ${CFLAGS}"
|
|
|
|
.include <bsd.port.mk>
|