ports/devel/gnome-common/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

20 lines
477 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
BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive
RUN_DEPENDS= autoconf-archive>=0:devel/autoconf-archive
USES= gmake gnome pkgconfig tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-autoconf-archive
.include <bsd.port.mk>