diff options
author | arved <arved@FreeBSD.org> | 2010-05-31 01:39:07 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2010-05-31 01:39:07 +0800 |
commit | 149e813f6a1487db553bc87315ad1fc29c888faf (patch) | |
tree | 88be4e0d39878c0e038c84db67f8fef447b25a77 /games/kpictorial | |
parent | 336ae912f8173c42b1c8043be06f476e97d3cba7 (diff) | |
download | freebsd-ports-gnome-149e813f6a1487db553bc87315ad1fc29c888faf.tar.gz freebsd-ports-gnome-149e813f6a1487db553bc87315ad1fc29c888faf.tar.zst freebsd-ports-gnome-149e813f6a1487db553bc87315ad1fc29c888faf.zip |
Add LICENSE and LICENSE_FILE to my ports.
Diffstat (limited to 'games/kpictorial')
-rw-r--r-- | games/kpictorial/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/kpictorial/Makefile b/games/kpictorial/Makefile index 686f9d801701..9dda17b50b0f 100644 --- a/games/kpictorial/Makefile +++ b/games/kpictorial/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= arved@FreeBSD.org COMMENT= Little logical game for KDE +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_KDELIBS_VER= 3 USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes |