aboutsummaryrefslogtreecommitdiff
path: root/print/dviselect/Makefile
blob: efd437ab4f4c96bfa6ef7833444cd00b16c2b4f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    dviselect
# Version required:     ?
# Date created:         12 October 1994
# Whom:                 jmz
#
# $Id$
#

DISTNAME=	dviselect
CATEGORIES+=	printing
MASTER_SITES=	ftp://ftp.cs.umn.edu/pub/latex/software/

MAINTAINER=	jmz@FreeBSD.org

pre-install:
	@mkdir -p ${PREFIX}/man/man1
	@mkdir -p ${PREFIX}/bin

.include <bsd.port.mk>