1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/converters/ical2html/Makefile
Koop Mast c10de79b1a Update to 1.0.
Update Comment
Add LICENSE blob.
Stagify.
2014-01-12 19:48:11 +00:00

21 lines
444 B
Makefile

# Created by: keiichi@iijlab.net
# $FreeBSD$
PORTNAME= ical2html
PORTVERSION= 2.0
PORTREVISION= 2
CATEGORIES= converters
MASTER_SITES= http://www.w3.org/Tools/Ical2html/
MAINTAINER= keiichi@iijlab.net
COMMENT= Manipulation commands for iCalendar files
LIB_DEPENDS= libical.so:${PORTSDIR}/devel/libical
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include/libical -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>