15 lines
229 B
Makefile
15 lines
229 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gtable
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Arrange grobs in tables
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|