summaryrefslogtreecommitdiff
path: root/devel/smpeg
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-06-26 10:41:59 +0000
committerzuntum <zuntum>2001-06-26 10:41:59 +0000
commit855b78e548aba7f73eeefe62406b8c0debd18446 (patch)
tree6f0fce05fe35eb636698618418538ebef19308be /devel/smpeg
parent5c5b040c47e3c893a2c24860d59a5299c848ae39 (diff)
downloadpkgsrc-855b78e548aba7f73eeefe62406b8c0debd18446.tar.gz
o remove my buildlink.mk hacks until I find out why ${BUILDLINK_DIR} is /usr/pkgsrc/[...]
but smpeg-config contains /usr/_cvs_/pkgsrc/[...]
Diffstat (limited to 'devel/smpeg')
-rw-r--r--devel/smpeg/Makefile26
1 files changed, 6 insertions, 20 deletions
diff --git a/devel/smpeg/Makefile b/devel/smpeg/Makefile
index 5fdcbad4773..62a275779fe 100644
--- a/devel/smpeg/Makefile
+++ b/devel/smpeg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/06/26 10:26:24 zuntum Exp $
+# $NetBSD: Makefile,v 1.8 2001/06/26 10:41:59 zuntum Exp $
#
DISTNAME= smpeg-0.4.3
@@ -10,25 +10,11 @@ MAINTAINER= wulf@netbsd.org
HOMEPAGE= http://www.lokigames.com/development/smpeg.php3
COMMENT= SDL MPEG Player Library
-USE_BUILDLINK_ONLY= YES
-USE_CONFIG_WRAPPER= YES
-USE_GMAKE= YES
-USE_LIBTOOL= YES
-GNU_CONFIGURE= YES
+DEPENDS+= SDL>=1.1.5nb1:../../devel/SDL
+DEPENDS+= gtk+-1.*:../../x11/gtk
-# Fix config scripts by removing buildlink directory references.
-post-build:
- @cd ${WRKSRC}; \
- config_scripts="smpeg-config"; \
- for file in $${config_scripts}; do \
- ${MV} -f $${file} $${file}.fixme; \
- ${SED} -e "s|-I${BUILDLINK_DIR}/|-I${LOCALBASE}/|g" \
- -e "s|-L${BUILDLINK_DIR}/|-L${LOCALBASE}/|g" \
- $${file}.fixme > $${file}; \
- ${RM} -f $${file}.fixme; \
- ${CHMOD} +x $${file}; \
- done
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
-.include "../../devel/SDL/buildlink.mk"
-.include "../../x11/gtk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"