Changeset View
Changeset View
Standalone View
Standalone View
devel/cl-asdf/Makefile
| # Created by: Henrik Motakef <henrik.motakef@web.de> | # Created by: Henrik Motakef <henrik.motakef@web.de> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= asdf | PORTNAME= asdf | ||||
| DISTVERSION= 3.3.1.7 | DISTVERSION= 3.3.4.7 | ||||
| PORTEPOCH= 2 | PORTEPOCH= 2 | ||||
| CATEGORIES= devel lisp | CATEGORIES= devel lisp | ||||
| PKGNAMEPREFIX= cl- | PKGNAMEPREFIX= cl- | ||||
| MAINTAINER= olgeni@FreeBSD.org | MAINTAINER= olgeni@FreeBSD.org | ||||
| COMMENT= System definition facility for Common Lisp | COMMENT= System definition facility for Common Lisp | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| USES= gmake | USES= gmake | ||||
| USE_GITLAB= yes | USE_GITLAB= yes | ||||
| GL_SITE= https://gitlab.common-lisp.net | GL_SITE= https://gitlab.common-lisp.net | ||||
| GL_COMMIT= bcb69b41a61c91a6c5247391fefdff0d7d4d21b6 | GL_COMMIT= a58828745a610c1af841a86587ba197707c89eb3 | ||||
| ALL_TARGET= build/asdf.lisp | ALL_TARGET= build/asdf.lisp | ||||
| SUB_FILES= pkg-message | SUB_FILES= pkg-message | ||||
| OPTIONS_DEFINE= DOCS | OPTIONS_DEFINE= DOCS | ||||
| do-install: | do-install: | ||||
| @${MKDIR} ${STAGEDIR}${ASDF_PATHNAME} | @${MKDIR} ${STAGEDIR}${ASDF_PATHNAME} | ||||
| Show All 17 Lines | |||||