mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
26 lines
517 B
Makefile
26 lines
517 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ipdf
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 7
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://hoopajoo.net/static/projects/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Creates indexed pdf documents from text files
|
|
|
|
LIB_DEPENDS= pdf.6:${PORTSDIR}/print/pdflib \
|
|
png15:${PORTSDIR}/graphics/png \
|
|
tiff.4:${PORTSDIR}/graphics/tiff
|
|
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
MAN1= ipdf.1
|
|
PLIST_FILES= bin/ipdf
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|