Files
ports/graphics/telak/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +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= 3
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>