summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/gnome-media/Makefile12
-rw-r--r--audio/gnomemedia/Makefile12
-rw-r--r--audio/gnomemedia2/Makefile12
3 files changed, 9 insertions, 27 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile
index 85b64eda6d1e..c4d1e847d5cc 100644
--- a/audio/gnome-media/Makefile
+++ b/audio/gnome-media/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 January 1999
# Whom: Jeremy Lea <reg@shale.csir.co.za>
#
-# $Id: Makefile,v 1.1.1.1 1999/03/09 01:22:43 nectar Exp $
+# $Id: Makefile,v 1.2 1999/04/08 18:07:35 steve Exp $
#
DISTNAME= gnome-media-1.0.1
@@ -17,20 +17,14 @@ MAINTAINER= reg@shale.csir.co.za
BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
-# implicit dependencies:
-# gettext, esound, gnomelibs
-
USE_X_PREFIX= yes
USE_GMAKE= yes
-GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
CONFIGURE_ARGS= --without-ncurses \
--localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
- --with-gnome=${X11BASE}
+ --with-gnome=${PREFIX}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>
diff --git a/audio/gnomemedia/Makefile b/audio/gnomemedia/Makefile
index 85b64eda6d1e..c4d1e847d5cc 100644
--- a/audio/gnomemedia/Makefile
+++ b/audio/gnomemedia/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 January 1999
# Whom: Jeremy Lea <reg@shale.csir.co.za>
#
-# $Id: Makefile,v 1.1.1.1 1999/03/09 01:22:43 nectar Exp $
+# $Id: Makefile,v 1.2 1999/04/08 18:07:35 steve Exp $
#
DISTNAME= gnome-media-1.0.1
@@ -17,20 +17,14 @@ MAINTAINER= reg@shale.csir.co.za
BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
-# implicit dependencies:
-# gettext, esound, gnomelibs
-
USE_X_PREFIX= yes
USE_GMAKE= yes
-GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
CONFIGURE_ARGS= --without-ncurses \
--localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
- --with-gnome=${X11BASE}
+ --with-gnome=${PREFIX}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>
diff --git a/audio/gnomemedia2/Makefile b/audio/gnomemedia2/Makefile
index 85b64eda6d1e..c4d1e847d5cc 100644
--- a/audio/gnomemedia2/Makefile
+++ b/audio/gnomemedia2/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 January 1999
# Whom: Jeremy Lea <reg@shale.csir.co.za>
#
-# $Id: Makefile,v 1.1.1.1 1999/03/09 01:22:43 nectar Exp $
+# $Id: Makefile,v 1.2 1999/04/08 18:07:35 steve Exp $
#
DISTNAME= gnome-media-1.0.1
@@ -17,20 +17,14 @@ MAINTAINER= reg@shale.csir.co.za
BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
-# implicit dependencies:
-# gettext, esound, gnomelibs
-
USE_X_PREFIX= yes
USE_GMAKE= yes
-GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
CONFIGURE_ARGS= --without-ncurses \
--localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
- --with-gnome=${X11BASE}
+ --with-gnome=${PREFIX}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>