1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/graphics/telak/Makefile
Stanislav Sedov 09e4e6f119 - Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion
  was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
  support it anymore. [2]

The patch was tested in the tinderbox.

Approved by:	portmgr (marcus) [1],
		Anders Troback <freebsd@troback.com> (maintainer) [2]
2007-03-11 08:51:14 +00:00

44 lines
945 B
Makefile

# New ports collection makefile for: telak
# Date created: 13 Sep 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= telak
PORTVERSION= 0.5
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://julien.danjou.info/telak/ \
http://critical.ch/distfiles/ \
http://energy.critical.ch/distfiles/
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A tool to draw pictures on your root window
LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \
gcrypt.13:${PORTSDIR}/security/libgcrypt \
Imlib2.4:${PORTSDIR}/graphics/imlib2
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GETOPT_LONG=yes
ALL_TARGET= ${PORTNAME}
MAKE_ENV= CC="${CC}" LDFLAGS="${LDFLAGS}"
PLIST_FILES= bin/telak
MAN1= telak.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
post-install:
@${CAT} ${PKGMESSAGE}
install-user:
@${SH} ${FILESDIR}/install-user
.include <bsd.port.mk>