mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
c10de79b1a
Update Comment Add LICENSE blob. Stagify.
21 lines
444 B
Makefile
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>
|