diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-01-18 12:47:14 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-01-18 12:47:14 +0000 |
commit | 1937c0f5aa21d9d3dea34ef4264a6dac676d3fef (patch) | |
tree | 79e8176b591a8027d71a6a5bdfc43d0d15d7b5d4 /graphics/svgalib | |
parent | 3fc260094bcae5ece5debb7213eef935159500dc (diff) | |
download | ports-1937c0f5aa21d9d3dea34ef4264a6dac676d3fef.tar.gz ports-1937c0f5aa21d9d3dea34ef4264a6dac676d3fef.zip |
Notes
Diffstat (limited to 'graphics/svgalib')
-rw-r--r-- | graphics/svgalib/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/svgalib/Makefile b/graphics/svgalib/Makefile index 5e24d8728073..9fb5e8528172 100644 --- a/graphics/svgalib/Makefile +++ b/graphics/svgalib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: SVGAlib -# Date created: 24 August 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= svgalib PORTVERSION= 1.4.3 @@ -11,7 +7,7 @@ PORTREVISION= 6 CATEGORIES= graphics devel MASTER_SITES= http://www.svgalib.org/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= zeising@FreeBSD.org COMMENT= A low level console graphics library ONLY_FOR_ARCHS= i386 amd64 |