16 lines
307 B
Makefile
16 lines
307 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pdfoutline
|
|
PORTREVISION= 0
|
|
CATEGORIES= textproc
|
|
|
|
COMMENT= Add outlines to PDF files
|
|
|
|
MASTERDIR= ${.CURDIR}/../../x11-fonts/fntsample
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
PDFOUTLINE= yes
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|