freebsd-ports/graphics/telak/Makefile
Nuno Teixeira 98f08148d0 */*: Bump consumers of graphics/imlib2
New version of imlib2 in tree
2024-01-20 13:55:49 +00:00

34 lines
708 B
Makefile

PORTNAME= telak
DISTVERSIONPREFIX= v
DISTVERSION= 0.7
PORTREVISION= 4
CATEGORIES= graphics
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Tool to draw pictures on your root window
WWW= https://github.com/jd/telak
LICENSE= GPLv2
LIB_DEPENDS= libcurl.so:ftp/curl \
libgcrypt.so:security/libgcrypt \
libImlib2.so:graphics/imlib2
USES= gmake pkgconfig xorg
USE_GITHUB= yes
GH_ACCOUNT= jd
USE_XORG= x11
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/telak \
share/man/man1/telak.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
install-user:
@${SH} ${FILESDIR}/install-user
.include <bsd.port.mk>