24 lines
493 B
Makefile
24 lines
493 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
PORTNAME= gnome-getting-started-docs
|
|
PORTVERSION= 3.28.2
|
|
CATEGORIES= misc gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GNOME 3 getting started guide
|
|
|
|
LICENSE= CC-BY-3.0
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
GNU_CONFIGURE= yes
|
|
NO_ARCH= yes
|
|
USES= gettext-tools gmake gnome pathfix tar:xz
|
|
USE_GNOME= libxml2:build
|
|
|
|
.include <bsd.port.mk>
|