mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
22 lines
393 B
Makefile
22 lines
393 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mate-common
|
|
PORTVERSION= 1.24.1
|
|
CATEGORIES= devel mate
|
|
MASTER_SITES= MATE
|
|
DIST_SUBDIR= mate
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Common automake macros for MATE
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gmake pkgconfig:both tar:xz
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|