mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
7a9fd725a1
or more months in the form of tables. Submitted by: Keiichi SHIMA <keiichi@iijlab.net> Reviewed by: sumikawa
27 lines
583 B
Makefile
27 lines
583 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= 0.4
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://www.w3.org/Tools/Ical2html/
|
|
|
|
MAINTAINER= keiichi@iijlab.net
|
|
COMMENT= Manipulation commands for iCalendar files
|
|
|
|
LIB_DEPENDS= ical.0:${PORTSDIR}/devel/libical
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
|
|
|
|
USE_GETOPT_LONG= yes
|
|
|
|
.include <bsd.port.mk>
|