mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c2310184f9
to the wrong distfile (there are 2 or 3 different versions of dviselect, but the differences are essentially cosmetic)
22 lines
375 B
Makefile
22 lines
375 B
Makefile
# New ports collection makefile for: dviselect
|
|
# Date created: 12 October 1994
|
|
# Whom: jmz
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dviselect
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://ftp.kobe-u.ac.jp/pub/TeX/dvi-tools/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
|
|
SCRIPTS_ENV= CFLAGS="${CFLAGS}"
|
|
|
|
MAN1= dviselect.1
|
|
|
|
|
|
.include <bsd.port.mk>
|