aboutsummaryrefslogtreecommitdiff
path: root/x11/renderext/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/renderext/Makefile')
-rw-r--r--x11/renderext/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/x11/renderext/Makefile b/x11/renderext/Makefile
deleted file mode 100644
index 5fcc0e90d129..000000000000
--- a/x11/renderext/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: render
-# Date Created: 2 Jul, 2003
-# Whom: Foxfair Hu <foxfair@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= render
-PORTVERSION= 0.8
-CATEGORIES= x11-toolkits
-MASTER_SITES= http://fontconfig.org/release/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Header files and documentation for the X render extension
-
-USE_X_PREFIX= yes
-CONFIGURE_ARGS= --prefix=${X11BASE}
-
-pre-build:
- @(cd ${WRKSRC}; ./configure ${CONFIGURE_ARGS})
-
-.include <bsd.port.mk>