blob: 386fac14ee98a30974b68f145418ff20486dd7eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: enlightenment-docs
# Date created: 08 Aug 2004
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= enlightenment-docs
PORTVERSION= 0.16.8.0.1
CATEGORIES= x11-wm
MASTER_SITES= SF/enlightenment
DISTNAME= e16-docs-${PORTVERSION}
MAINTAINER= gahr@FreeBSD.org
COMMENT= Data files of enlightenment DOX
RUN_DEPENDS= ${LOCALBASE}/bin/e16:${PORTSDIR}/x11-wm/enlightenment
USE_XORG= x11
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-fsstd
DATADIR= ${PREFIX}/share/e16
.include <bsd.port.mk>
|