aboutsummaryrefslogtreecommitdiff
path: root/graphics/libvisual04/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libvisual04/Makefile')
-rw-r--r--graphics/libvisual04/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/graphics/libvisual04/Makefile b/graphics/libvisual04/Makefile
deleted file mode 100644
index c85636cb55f4..000000000000
--- a/graphics/libvisual04/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: libvisual
-# Date created: 23 oktober 2004
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-# WARNING: when updating this port check if the ports that use libvisual
-# can work with it. Backwards compatiblity is known to be broken in the past.
-
-PORTNAME= libvisual
-PORTVERSION= 0.2.0
-PORTREVISION= 1
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= kwm@FreeBSD.org
-COMMENT= Abstraction library that sits between apps and visual plugin
-
-USE_XLIBS= yes
-USE_GNOME= gnomehack pkgconfig
-USE_REINPLACE= yes
-USE_AUTOTOOLS= libtool:15
-CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
- LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}"
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-INSTALLS_SHLIB= yes
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500001
-EXTRA_PATCHES= ${PATCHDIR}/extra-patch-libvisual_lv_cpu.c
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-Wno-unused-variable||g' \
- -e 's|-O3|${CFLAGS}|g' \
- ${WRKSRC}/libvisual/Makefile.in
-
-.include <bsd.port.post.mk>