19 lines
348 B
Makefile
19 lines
348 B
Makefile
COMMENT = language for typesetting graphs
|
|
|
|
DISTNAME = grap-1.45
|
|
REVISION = 3
|
|
CATEGORIES = textproc graphics
|
|
|
|
HOMEPAGE = http://lunabase.org/~faber/Vault/software/grap/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MASTER_SITES = ${HOMEPAGE}
|
|
WANTLIB = c m ${COMPILER_LIBCXX}
|
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|