freebsd-ports/x11-clocks/osdclock/Makefile
Dmitry Marakasov 4ed5d621eb - Convert misc/xosd and dependent ports which need it (deskutils/xneur, polish/ekg2, polish/gnugadu2, sysutils/lineak-xosdplugin) to USES=libtool, drop .la files
- Since xosd shlib version has changed, bump all ports which depend on it
- Stagify deskutils/xneur
- Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax

Approved by:	portmgr blanket
2014-05-27 11:17:41 +00:00

27 lines
715 B
Makefile

# Created by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
# $FreeBSD$
PORTNAME= osdclock
PORTVERSION= 0.5
PORTREVISION= 10
CATEGORIES= x11-clocks
MASTER_SITES= http://leftorium.net/software/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= novel
DISTNAME= osd_clock-${PORTVERSION}
MAINTAINER= novel@FreeBSD.org
COMMENT= Small clock which uses libxosd to render text to the root window
LIB_DEPENDS= libxosd.so:${PORTSDIR}/misc/xosd
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
PREFIX="${PREFIX}"
PLIST_FILES= bin/osd_clock man/man1/osd_clock.1.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/osd_clock
.include <bsd.port.mk>