diff options
Diffstat (limited to 'cad/geda-gattrib/Makefile')
-rw-r--r-- | cad/geda-gattrib/Makefile | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/cad/geda-gattrib/Makefile b/cad/geda-gattrib/Makefile deleted file mode 100644 index ca439d825f64..000000000000 --- a/cad/geda-gattrib/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru> -# $FreeBSD$ - -PORTNAME= gattrib -PORTVERSION= 1.4.3 -PORTREVISION= 8 -PORTEPOCH= 1 -CATEGORIES= cad -MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \ - http://geda.seul.org/release/v1.4/${PORTVERSION}/ -PKGNAMEPREFIX= geda- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= The gEDA's attribute editor - -BROKEN= Unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-11-26 -RUN_DEPENDS= geda-symbols>0:${PORTSDIR}/cad/geda-symbols -LIB_DEPENDS= libgeda.so:${PORTSDIR}/cad/libgeda - -DATADIR= ${PREFIX}/share/geda -DOCSDIR= ${PREFIX}/share/doc/geda - -GNU_CONFIGURE= yes -USES= desktop-file-utils gmake pkgconfig -USE_GNOME= gtk20 glib20 -INSTALLS_ICONS= yes -CONFIGURE_ARGS= --with-docdir="${DOCSDIR}" --disable-update-mime-database \ - --disable-update-desktop-database -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes - -NLS_USES= gettext -NLS_CONFIGURE_ENABLE= nls - -post-patch: - @${REINPLACE_CMD} -E \ - -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|>n_bytes|>x_n_bytes|g' \ - -e 's|>text_size|>x_text_size|g' \ - ${WRKSRC}/src/gtkitementry_2_2.c - -.include <bsd.port.mk> |