38c54070ff
approved by sthen@
19 lines
312 B
Makefile
19 lines
312 B
Makefile
# $OpenBSD: Makefile.inc,v 1.1.1.1 2012/04/10 12:49:31 espie Exp $
|
|
|
|
|
|
MODULES += www/drupal7
|
|
|
|
# GPL
|
|
PERMIT_DISTFILES_CDROM ?=Yes
|
|
PERMIT_DISTFILES_FTP ?= Yes
|
|
PERMIT_PACKAGE_CDROM ?= Yes
|
|
PERMIT_PACKAGE_FTP ?= Yes
|
|
|
|
NO_BUILD ?= Yes
|
|
NO_REGRESS ?= Yes
|
|
|
|
.if !target(do-install)
|
|
do-install:
|
|
${MODDRUPAL_INSTALL}
|
|
.endif
|