a4bc16d30c
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
34 lines
1 KiB
Makefile
34 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.44 2001/10/24 22:10:44 jlam Exp $
|
|
# FreeBSD Id: Makefile,v 1.6 1998/12/28 01:02:05 vanilla Exp
|
|
|
|
DISTNAME= gqmpeg-0.9.0
|
|
PKGNAME= gqmpeg-0.9.0nb1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqmpeg/}
|
|
|
|
MAINTAINER= rxg@ms25.url.com.tw
|
|
HOMEPAGE= http://gqmpeg.sourceforge.net/
|
|
COMMENT= GTK+ front end to mpg123
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
DEPENDS+= mpg123>=0.59r:../../audio/mpg123
|
|
DEPENDS+= vorbis-tools>=1.0.0.6:../../audio/vorbis-tools
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
USE_X11BASE= YES
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --without-included-gettext
|
|
CONFIGURE_ARGS+= --enable-japanese
|
|
CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
|
|
|
|
# in case gnome isn't installed, we need to create the directories
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/gnome/apps/Multimedia
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps
|
|
|
|
.include "../../devel/gettext-lib/buildlink.mk"
|
|
.include "../../graphics/gdk-pixbuf/buildlink.mk"
|
|
.include "../../x11/gtk/buildlink.mk"
|
|
.include "../../mk/x11.buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|