summaryrefslogtreecommitdiffstats
path: root/devel/liboil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/liboil/Makefile')
-rw-r--r--devel/liboil/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile
deleted file mode 100644
index 30f65e555..000000000
--- a/devel/liboil/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: liboil
-# Date created: Nov 24, 2004
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= liboil
-PORTVERSION= 0.3.6
-CATEGORIES= devel
-MASTER_SITES= http://liboil.freedesktop.org/download/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Library of optimized inner loops
-
-USE_GNOME= glib20
-GNU_CONFIGURE= yes
-USE_GCC= 3.4
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --disable-gtk-doc
-
-PLIST_SUB= VERSION=${PORTVERSION:R}
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e 's|stdint\.h|inttypes.h|g' \
- ${WRKSRC}/liboil/liboiltypes.h \
- ${WRKSRC}/liboil/liboilprofile.h \
- ${WRKSRC}/liboil/liboil.h
-
-.include <bsd.port.post.mk>