diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 06:07:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 06:07:55 +0800 |
commit | 0ff8d046adb430100a048055cc228811cb1d9d87 (patch) | |
tree | d376c410e5b60743285d5373cb82c8052f9572f9 | |
parent | a796d9946f35fa1d7b3bb38ae612e5aedd83c229 (diff) | |
download | freebsd-ports-gnome-0ff8d046adb430100a048055cc228811cb1d9d87.tar.gz freebsd-ports-gnome-0ff8d046adb430100a048055cc228811cb1d9d87.tar.zst freebsd-ports-gnome-0ff8d046adb430100a048055cc228811cb1d9d87.zip |
Convert to USES=imake
Trim headers
Remove indefinite article
-rw-r--r-- | math/xgraph/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/math/xgraph/Makefile b/math/xgraph/Makefile index 885296fe6208..9a686403e09c 100644 --- a/math/xgraph/Makefile +++ b/math/xgraph/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xgraph -# Date created: 24 November 1994 -# Whom: asami -# +# Created by: asami # $FreeBSD$ -# PORTNAME= xgraph PORTVERSION= 11.3.2.20000910 @@ -14,9 +10,9 @@ DISTNAME= xgraph-11 EXTRACT_SUFX= .tar.Z MAINTAINER= sanpei@FreeBSD.org -COMMENT= A program that helps you plot graphs +COMMENT= Program that helps you plot graphs -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= xgraph.1 |