1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/misc/wmcalendar/Makefile
Jeremy Messenger 61d9c78a79 -Update devel/libical to 0.48.
-Update the header
-OPTIONSng
-Use the ltverhack to correct the shared library version (44 -> 0).

Bump the rest ports that depend on devel/libical because of shared library
version has been changed. Document the update in UPDATING.

PR:		ports/173540
Remind by:	Marcin Cieslak <saper@saper.info>
2012-12-30 05:14:01 +00:00

44 lines
1.0 KiB
Makefile

# New ports collection makefile for: wmcalendar
# Date created: 24 Apr 2003
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#
PORTNAME= wmcalendar
PORTVERSION= 0.5.2
PORTREVISION= 13
CATEGORIES= misc windowmaker
MASTER_SITES= SF
MAINTAINER= xride@FreeBSD.org
COMMENT= A dockable calendar with interface to iCalendar based calendars
LIB_DEPENDS= ical:${PORTSDIR}/devel/libical
WRKSRC= ${WRKDIR}/${DISTNAME}/Src
USE_XORG= xpm
USE_GNOME= gtk20
MAKE_ARGS= CC="${CC}" \
LFLAGS="`pkg-config --libs gtk+-2.0` -L${LOCALBASE}/lib" \
CFLAGS="${CFLAGS}" \
INCDIR="`pkg-config --cflags gtk+-2.0` -I${LOCALBASE}/include" \
LIBDIR="" \
LIBS="-lical -lXpm"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAN1= wmCalendar.1
PLIST_FILES= bin/wmCalendar
post-patch:
${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \
-e 's#/usr/X11R6#${LOCALBASE}#g' \
${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmCalendar ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/wmCalendar.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>