"gimp" should be installed in "/usr/X11R6", pointed out by Mario Kemper.
This commit is contained in:
parent
69cdf1fcc0
commit
6b9eef1cff
1 changed files with 6 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: 29 January 1998
|
||||
# Whom: Bernd Sieker <bsieker@techfak.uni-bielefeld.de>
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.2 1998/02/05 10:23:54 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1998/02/05 14:20:53 tron Exp $
|
||||
|
||||
DISTNAME= gimp-0.99.18
|
||||
CATEGORIES= graphics
|
||||
|
@ -23,9 +23,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
|||
DISTFILES+= ${GIMP_DATA_EXT}${EXTRACT_SUFX}
|
||||
.endif
|
||||
|
||||
RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
|
||||
|
||||
BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
|
||||
BUILD_DEPENDS= install-info:${PORTSDIR}/devel/gtexinfo
|
||||
|
||||
LIB_DEPENDS= jpeg.7.:${PORTSDIR}/graphics/jpeg \
|
||||
mpeg.1.2:${PORTSDIR}/graphics/mpeg-lib \
|
||||
|
@ -35,10 +33,11 @@ LIB_DEPENDS= jpeg.7.:${PORTSDIR}/graphics/jpeg \
|
|||
tk80.1.0:${PORTSDIR}/x11/tk80 \
|
||||
gtk.1.0:${PORTSDIR}/x11/gtk \
|
||||
|
||||
USE_X11= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LDFLAGS="-L${PREFIX}/lib -L${X11BASE}/lib"
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
|
||||
CFLAGS= -pipe -O2 -I${PREFIX}/include -I${X11BASE}/include
|
||||
CFLAGS= -pipe -O2 -I${LOCALBASE}/include -I${X11BASE}/include
|
||||
|
||||
pre-fetch:
|
||||
.if !defined(GIMP_SMALL_DATA)
|
||||
|
@ -65,7 +64,7 @@ post-configure:
|
|||
.endif
|
||||
|
||||
post-install:
|
||||
${PREFIX}/bin/install-info ${PREFIX}/info/pdb.info ${PREFIX}/info/dir
|
||||
install-info ${PREFIX}/info/pdb.info ${PREFIX}/info/dir
|
||||
@${ECHO_MSG} "--> now installing in ${GIMP_DATA_MIN}"
|
||||
@(cd ${WRKDIR}/${GIMP_DATA_MIN} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \
|
||||
${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
|
||||
|
|
Loading…
Reference in a new issue