mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24 lines
381 B
Makefile
24 lines
381 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.ee.duke.edu/archives/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
|
|
SCRIPTS_ENV= CFLAGS="${CFLAGS}"
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= dviselect.1
|
|
|
|
|
|
.include <bsd.port.mk>
|