2006-07-04 17:26:09 +02:00
|
|
|
# New ports collection makefile for: geda
|
|
|
|
# Date created: 27 June 2006
|
|
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= docs
|
2009-02-08 17:33:55 +01:00
|
|
|
PORTVERSION= 1.4.3
|
2009-02-21 12:43:23 +01:00
|
|
|
PORTEPOCH= 1
|
2006-07-04 17:26:09 +02:00
|
|
|
CATEGORIES= cad
|
2009-02-08 17:33:55 +01:00
|
|
|
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \
|
|
|
|
http://geda.seul.org/release/v1.4/${PORTVERSION}/
|
2006-07-04 17:26:09 +02:00
|
|
|
PKGNAMEPREFIX= geda-
|
|
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2011-10-24 05:33:20 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-07-04 17:26:09 +02:00
|
|
|
COMMENT= The gEDA's documentation
|
|
|
|
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/geda
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-docdir=${DOCSDIR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|