diff options
Diffstat (limited to 'graphics/xpdf/Makefile')
-rw-r--r-- | graphics/xpdf/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile new file mode 100644 index 000000000000..601dd776c193 --- /dev/null +++ b/graphics/xpdf/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xpdf +# Version required: 0.3 +# Date created: 02 Feb 1996 +# Whom: chuckr@glue.umd.edu +# +# $Id:$ +# + +DISTNAME= xpdf-0.3 +PKGNAME= xpdf-0.3 +CATEGORIES+= graphics +KEYWORDS= pdf "Portable Document Format" adobe acrobat +MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/xpdf/ +EXTRACT_SUFX= .tar.gz + +MAINTAINER= chuckr@glue.umd.edu + +USE_X11= yes + +.include <bsd.port.mk> |