2006-07-04 15:31:24 +00:00
|
|
|
# New ports collection makefile for: geda
|
|
|
|
# Date created: 27 June 2006
|
|
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= examples
|
2009-02-08 16:33:55 +00:00
|
|
|
PORTVERSION= 1.4.3
|
2009-02-21 11:43:23 +00:00
|
|
|
PORTEPOCH= 1
|
2006-07-04 15:31:24 +00:00
|
|
|
CATEGORIES= cad
|
2009-02-08 16:33:55 +00: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 15:31:24 +00:00
|
|
|
PKGNAMEPREFIX= geda-
|
|
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2006-10-10 07:44:57 +00:00
|
|
|
MAINTAINER= stas@FreeBSD.org
|
2006-07-04 15:31:24 +00:00
|
|
|
COMMENT= The gEDA's examples
|
|
|
|
|
2009-02-08 16:33:55 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2006-07-04 15:31:24 +00:00
|
|
|
|
|
|
|
EXAMPLESDIR= ${PREFIX}/share/examples/geda
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2009-02-08 16:33:55 +00:00
|
|
|
post-patch:
|
|
|
|
@$(FIND) ${WRKSRC} -name Makefile.in -exec \
|
|
|
|
${REINPLACE_CMD} -e 's,\(^exampledir = \).*,\1${EXAMPLESDIR},g' {} \;
|
2006-07-04 15:31:24 +00:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|