mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
19 lines
400 B
Makefile
19 lines
400 B
Makefile
# New ports collection makefile for: xpdf
|
|
# Version required: 0.3
|
|
# Date created: 02 Feb 1996
|
|
# Whom: chuckr@glue.umd.edu
|
|
#
|
|
# $Id: Makefile,v 1.2 1996/02/11 03:06:46 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xpdf-0.3
|
|
CATEGORIES+= graphics
|
|
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>
|