1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/print/dviselect/Makefile
Satoshi Asami 64fc9bf2b3 Add "PKGNAME=dviselect-1.3". According to Jean-Marc, there is no
chance of this code being updated so assign one ourselves.  This
particular number ("1.3") is taken from the rcsid of dviselect.c (in
fact the only source file for this program).
1995-05-16 10:43:59 +00:00

21 lines
445 B
Makefile

# New ports collection makefile for: dviselect
# Version required: ?
# Date created: 12 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.6 1995/04/15 04:33:44 asami Exp $
#
DISTNAME= dviselect
PKGNAME= dviselect-1.3
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>