23 lines
520 B
Makefile
23 lines
520 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-common
|
|
PORTVERSION= 3.18.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Common automake macros for GNOME 3
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILES= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive
|
|
RUN_DEPENDS= autoconf-archive>=0:devel/autoconf-archive
|
|
|
|
USES= gnome pkgconfig tar:xz
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-autoconf-archive
|
|
|
|
.include <bsd.port.mk>
|