aboutsummaryrefslogtreecommitdiffstats
path: root/print/dviselect/Makefile
blob: 581267568e5f5b85c89a4d876e572c247c248d30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    dviselect
# Date created:         12 October 1994
# Whom:                 jmz
#
# $FreeBSD$
#

PORTNAME=   dviselect
PORTVERSION=    1.3
PORTREVISION=   1
CATEGORIES= print
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jmz

DISTNAME=   ${PORTNAME}

MAINTAINER= jmz@FreeBSD.org
COMMENT=    Extract pages from DVI files

SCRIPTS_ENV=    CFLAGS="${CFLAGS}"

MAN1=       dviselect.1

.include <bsd.port.mk>