diff options
author | crees <crees@FreeBSD.org> | 2013-05-01 04:10:53 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-05-01 04:10:53 +0800 |
commit | 4c1d50c650556222641948d2d03c12df55c0a165 (patch) | |
tree | 37d5be87380e1b80eb072edeb319efde1487fc2e /graphics/libvisual04 | |
parent | 48f29aca6c7da8e255fe5d98c77b86db8860138f (diff) | |
download | freebsd-ports-gnome-4c1d50c650556222641948d2d03c12df55c0a165.tar.gz freebsd-ports-gnome-4c1d50c650556222641948d2d03c12df55c0a165.tar.zst freebsd-ports-gnome-4c1d50c650556222641948d2d03c12df55c0a165.zip |
Add licence info to some ports
Submitted by: 4721
Diffstat (limited to 'graphics/libvisual04')
-rw-r--r-- | graphics/libvisual04/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/libvisual04/Makefile b/graphics/libvisual04/Makefile index 9a69a70a116e..f46d106aa8fc 100644 --- a/graphics/libvisual04/Makefile +++ b/graphics/libvisual04/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libvisual -# Date created: 23 oktober 2004 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libvisual PORTVERSION= 0.4.0 @@ -15,6 +11,9 @@ PKGNAMESUFFIX= 04 MAINTAINER= crees@FreeBSD.org COMMENT= Abstraction library that sits between apps and visual plugin +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_AUTOTOOLS= libtool USE_GNOME= gnomehack pkgconfig USES= gettext |