mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
0576fa2af7
JAVA and ODBC, reducing a log dependencies. PR: ports/96690 Submitted by: Shaun Amott <shaun@inerd.com>
18 lines
306 B
Makefile
18 lines
306 B
Makefile
# New ports collection makefile for: erlang-lite
|
|
# Date created: 2006-05-02
|
|
# Whom: Shaun Amott <shaun@inerd.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -lite
|
|
|
|
WITHOUT_JAVA= yes
|
|
WITHOUT_X11= yes
|
|
WITHOUT_ODBC= yes
|
|
|
|
CONFLICTS= erlang-r[0-9]*
|
|
MASTERDIR= ${.CURDIR}/../erlang
|
|
|
|
.include "${MASTERDIR}/Makefile"
|