This will make wip/ap-lisp and wip/ap2-lisp easier to maintain.
This commit is contained in:
parent
0272e2b15c
commit
1aca9e2258
1 changed files with 31 additions and 0 deletions
31
ap-lisp/Makefile.common
Normal file
31
ap-lisp/Makefile.common
Normal file
|
@ -0,0 +1,31 @@
|
|||
# $NetBSD: Makefile.common,v 1.1 2010/05/05 21:08:42 othyro Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mod_lisp-2.43
|
||||
PKGNAME= ${DISTNAME:S/mod_/ap-/}
|
||||
CATEGORIES= lang www
|
||||
MASTER_SITES= http://www.fractalconcept.com/fcweb/download/
|
||||
EXTRACT_SUFX= .c
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.fractalconcept.com/asp/html/mod_lisp.html
|
||||
COMMENT= Apache module to easily write web applications in Lisp
|
||||
LICENSE= modified-bsd
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
USE_LANGUAGES= c
|
||||
|
||||
PKG_APACHE_ACCEPTED= apache13
|
||||
|
||||
do-build:
|
||||
cd ${WRKDIR} && \
|
||||
${APXS} -c ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
do-install:
|
||||
cd ${WRKDIR} && \
|
||||
${APXS} -i ${DISTNAME}.so
|
||||
|
||||
.include "../../mk/apache.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
Loading…
Reference in a new issue