1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/converters/ical2html/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

21 lines
432 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:devel/libical
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include/libical -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>