diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-02-20 18:26:42 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-02-20 18:26:42 +0000 |
commit | 695835cea319c298650be3542c644c508e5d6adf (patch) | |
tree | f30be1f7c5fa7f754ebe2ca436dab23fea3b61fe /lang | |
parent | b770506a8f8d5273d876d81651eadca5d762fba7 (diff) | |
download | FreeBSD-ports-695835cea319c298650be3542c644c508e5d6adf.zip FreeBSD-ports-695835cea319c298650be3542c644c508e5d6adf.tar.gz |
- add COMMENT
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnustep-base/Makefile | 1 | ||||
-rw-r--r-- | lang/gnustep-guile/Makefile | 1 | ||||
-rw-r--r-- | lang/gnustep-objc/Makefile | 1 | ||||
-rw-r--r-- | lang/tcl82/Makefile | 1 | ||||
-rw-r--r-- | lang/tcl83/Makefile | 1 | ||||
-rw-r--r-- | lang/tcl84/Makefile | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 1ea999e..0f799d9 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -16,6 +16,7 @@ MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ MASTER_SITE_SUBDIR= core MAINTAINER= dinoex@FreeBSD.org +COMMENT= GNUstep Foundation library BUILD_DEPENDS= ${LOCALBASE}/lib/libcallback.a:${PORTSDIR}/devel/ffcall BUILD_DEPENDS+= ${SYSTEMDIR}/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep-make diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile index 0cb7cdf..59266a4 100644 --- a/lang/gnustep-guile/Makefile +++ b/lang/gnustep-guile/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ MASTER_SITE_SUBDIR= libs MAINTAINER= dinoex@FreeBSD.org +COMMENT= GNUstep interface to the GUILE scheme interpreter BUILD_DEPENDS= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base BUILD_DEPENDS+= ${LOCALBASE}/lib/libcallback.a:${PORTSDIR}/devel/ffcall diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile index 4a94d51..564efa2 100644 --- a/lang/gnustep-objc/Makefile +++ b/lang/gnustep-objc/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ MASTER_SITE_SUBDIR= libs MAINTAINER= dinoex@FreeBSD.org +COMMENT= A snapshot of libobjc, meant to be used with GNUstep BUILD_DEPENDS= ${SYSTEMDIR}/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep-make \ ${LOCALBASE}/lib/libcallback.a:${PORTSDIR}/devel/ffcall diff --git a/lang/tcl82/Makefile b/lang/tcl82/Makefile index 01b68a4..cbd0b4a 100644 --- a/lang/tcl82/Makefile +++ b/lang/tcl82/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= tcl8_2 DISTNAME= tcl8.2.3 MAINTAINER= dinoex@FreeBSD.org +COMMENT= Tool Command Language NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile index 66925c2..dfd18979 100644 --- a/lang/tcl83/Makefile +++ b/lang/tcl83/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= tcl DISTNAME= ${PORTNAME}${PORTVERSION}-src MAINTAINER= dinoex@FreeBSD.org +COMMENT= Tool Command Language LATEST_LINK= tcl83 PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP} diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile index 6631c2a..7e0d4b0 100644 --- a/lang/tcl84/Makefile +++ b/lang/tcl84/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= tcl DISTNAME= ${PORTNAME}${PORTVERSION}-src MAINTAINER= dinoex@FreeBSD.org +COMMENT= Tool Command Language LATEST_LINK= tcl84 PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP} |