aboutsummaryrefslogtreecommitdiff
path: root/lang/librep2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/librep2/Makefile')
-rw-r--r--lang/librep2/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/lang/librep2/Makefile b/lang/librep2/Makefile
deleted file mode 100644
index 08a1aea3389d..000000000000
--- a/lang/librep2/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: librep
-# Version required: 0.11
-# Date created: 13 September 1999
-# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DISTNAME= librep-0.11
-CATEGORIES= lang
-MASTER_SITES= ftp://librep.sourceforge.net/pub/librep/
-
-MAINTAINER= nakai@FreeBSD.org
-
-PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL}
-
-USE_NEWGCC= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV+= LIBS="-lxpg4"
-
-.include <bsd.port.mk>