aboutsummaryrefslogtreecommitdiff
path: root/textproc/aiksaurus-gtk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/aiksaurus-gtk/Makefile')
-rw-r--r--textproc/aiksaurus-gtk/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/textproc/aiksaurus-gtk/Makefile b/textproc/aiksaurus-gtk/Makefile
deleted file mode 100644
index eaa5cf8ca4e3..000000000000
--- a/textproc/aiksaurus-gtk/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $FreeBSD$
-
-PORTREVISION= 12
-CATEGORIES= textproc deskutils
-PKGNAMESUFFIX= -gtk
-
-COMMENT= GTK+2 front-end for Aiksaurus, a thesaurus
-
-BROKEN= does not link against GTK2 on FreeBSD 10+
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE= 2017-01-15
-
-LIB_DEPENDS= libAiksaurus.so:textproc/aiksaurus
-
-MASTERDIR= ${.CURDIR}/../aiksaurus
-PKGDIR= ${.CURDIR}
-
-USE_GNOME= gtk20
-CONFIGURE_ARGS=--with-gtk
-
-pre-install:
- @${REINPLACE_CMD} -e 's|base [$$][(]GTKSRCDIR[)] data|$$(GTKSRCDIR)|g' \
- ${WRKSRC}/Makefile
-
-.include "${MASTERDIR}/Makefile"