blob: 8e471e0619a82a853fb73d074833ddb0b86a40cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: ical2html
# Date created: Thu Apr 14 18:08:52 BST 2005
# Whom: keiichi@iijlab.net
#
# $FreeBSD$
#
PORTNAME= ical2html
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= converters
MASTER_SITES= http://www.w3.org/Tools/Ical2html/
MAINTAINER= keiichi@iijlab.net
COMMENT= Manipulation commands for iCalendar files
LIB_DEPENDS= ical.27:${PORTSDIR}/devel/libical
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
.include <bsd.port.mk>
|