diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-04 13:49:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-04 13:49:15 +0000 |
commit | d2a5a46507b4fa4e6d3bc6e9878ff7fe88f7c797 (patch) | |
tree | 5d79a984f97ee9a5e47c732e344048cad874e544 /textproc | |
parent | cfbe99ab0bc3ba92e6d9ddc80a6aa8e27419287b (diff) | |
download | ports-d2a5a46507b4fa4e6d3bc6e9878ff7fe88f7c797.tar.gz ports-d2a5a46507b4fa4e6d3bc6e9878ff7fe88f7c797.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/duncan/Makefile | 2 | ||||
-rw-r--r-- | textproc/easydiff/Makefile | 2 | ||||
-rw-r--r-- | textproc/latex-service/Makefile | 2 | ||||
-rw-r--r-- | textproc/localize/Makefile | 2 | ||||
-rw-r--r-- | textproc/popup-stacks/Makefile | 2 | ||||
-rw-r--r-- | textproc/popup/Makefile | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/textproc/duncan/Makefile b/textproc/duncan/Makefile index 8f8fb066829c..85dc76d3890b 100644 --- a/textproc/duncan/Makefile +++ b/textproc/duncan/Makefile @@ -16,6 +16,8 @@ DISTNAME= Duncan-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= English to Thai dictionary for GNUstep +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/textproc/easydiff/Makefile b/textproc/easydiff/Makefile index 414c8bb1b478..56f12f3f2d6d 100644 --- a/textproc/easydiff/Makefile +++ b/textproc/easydiff/Makefile @@ -15,6 +15,8 @@ DISTNAME= EasyDiff-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep graphical diff +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/textproc/latex-service/Makefile b/textproc/latex-service/Makefile index 6612027eede4..dd34ae9934f6 100644 --- a/textproc/latex-service/Makefile +++ b/textproc/latex-service/Makefile @@ -17,6 +17,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org COMMENT= LaTeX service for GNUstep +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/textproc/localize/Makefile b/textproc/localize/Makefile index 088fc8551fdc..99c6315c5316 100644 --- a/textproc/localize/Makefile +++ b/textproc/localize/Makefile @@ -15,6 +15,8 @@ DISTNAME= Localize-20040424 MAINTAINER= dinoex@FreeBSD.org COMMENT= Application to aid in the translation of .strings files +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/textproc/popup-stacks/Makefile b/textproc/popup-stacks/Makefile index 03b41942133e..1e0889a74081 100644 --- a/textproc/popup-stacks/Makefile +++ b/textproc/popup-stacks/Makefile @@ -16,6 +16,8 @@ DISTFILES= English-German.cstack.gz German-French.cstack.gz MAINTAINER= dinoex@FreeBSD.org COMMENT= Stacks for use with Popup +LICENSE= GPLv2 + NO_BUILD= yes WRKSRC= ${WRKDIR} diff --git a/textproc/popup/Makefile b/textproc/popup/Makefile index c2aed999502f..eae115516372 100644 --- a/textproc/popup/Makefile +++ b/textproc/popup/Makefile @@ -15,6 +15,8 @@ DISTNAME= Popup-${PORTVERSION}pre1 MAINTAINER= dinoex@FreeBSD.org COMMENT= Interactive learning aid for pairs of words +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes |