freebsd-ports/converters/ical2html/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

23 lines
518 B
Makefile

# New ports collection makefile for: ical2html
# Date created: Thu Apr 14 18:08:52 BST 2005
# Whom: keiichi@iijlab.net
#
# $FreeBSD$
#
PORTNAME= ical2html
PORTVERSION= 2.0
CATEGORIES= converters
MASTER_SITES= http://www.w3.org/Tools/Ical2html/
MAINTAINER= keiichi@iijlab.net
COMMENT= Manipulation commands for iCalendar files
LIB_DEPENDS= ical.44:${PORTSDIR}/devel/libical
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include/libical -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>