18 lines
335 B
Makefile
18 lines
335 B
Makefile
COMMENT = language for typesetting graphs
|
|
|
|
DISTNAME = grap-1.46
|
|
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>
|