mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
9cbf45966b
- Deprecate geda-projectmanager.
26 lines
581 B
Makefile
26 lines
581 B
Makefile
# New ports collection makefile for: geda
|
|
# Date created: 27 June 2006
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= docs
|
|
PORTVERSION= 20070216
|
|
PORTREVISION= 0
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \
|
|
http://geda.seul.org/devel/${PORTVERSION}/
|
|
PKGNAMEPREFIX= geda-
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
COMMENT= The gEDA's documentation
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/geda
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-docdir=${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|