diff options
author | zeising <zeising@FreeBSD.org> | 2013-01-18 20:47:14 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2013-01-18 20:47:14 +0800 |
commit | b45cd678b4aa9d7d95b50e01e1d3b713610d7a1e (patch) | |
tree | 79e8176b591a8027d71a6a5bdfc43d0d15d7b5d4 /graphics/svgalib | |
parent | b439b79fa3e4afd956e5a4410f96c07feb251751 (diff) | |
download | freebsd-ports-gnome-b45cd678b4aa9d7d95b50e01e1d3b713610d7a1e.tar.gz freebsd-ports-gnome-b45cd678b4aa9d7d95b50e01e1d3b713610d7a1e.tar.zst freebsd-ports-gnome-b45cd678b4aa9d7d95b50e01e1d3b713610d7a1e.zip |
Grab
While here, trim makefile headers.
Approved by: kwm, miwi (mentors, implicit)
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 |