mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
d4a2f82958
- add stage support - add licence - rework MASTER / SLAVE ports - slave depends now on MASTER port - install only a dedicated start script PR: 190154 Submitted by: ohauer Approved by: maintainer timeout
15 lines
310 B
Makefile
15 lines
310 B
Makefile
# Created by: Andreas Fehlner (fehlner@gmx.de)
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= german
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Interactive (dynamic) elementary Geometry Software
|
|
|
|
RUN_DEPENDS= geonext>=0:${PORTSDIR}/math/geonext
|
|
|
|
WITH_LANG= de
|
|
MASTERDIR= ${.CURDIR}/../../math/geonext
|
|
|
|
.include "${MASTERDIR}/Makefile"
|