mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
19 lines
273 B
Makefile
19 lines
273 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gtable
|
|
PORTVERSION= 0.1.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Arrange grobs in tables
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|