mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Install the header files in the right place and make this port package
again after the upgrade. PR: 12889
This commit is contained in:
parent
51088d2bc5
commit
d12f38feff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20429
@ -3,7 +3,7 @@
|
||||
# Date created: 27 Mar 1998
|
||||
# Whom: jeff@cetlink.net
|
||||
#
|
||||
# $Id: Makefile,v 1.6 1999/07/13 23:59:52 asami Exp $
|
||||
# $Id: Makefile,v 1.7 1999/07/24 23:56:41 billf Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gd-1.6.2
|
||||
@ -16,7 +16,9 @@ MAINTAINER= jeff@cetlink.net
|
||||
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
|
||||
|
||||
FETCH_BEFORE_ARGS= -b
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
||||
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gd
|
||||
|
||||
pre-install:
|
||||
${MKDIR} ${PREFIX}/include/gd
|
||||
|
@ -13,8 +13,8 @@ include/gd/gdfontmb.h
|
||||
include/gd/gdfonts.h
|
||||
include/gd/gdfontt.h
|
||||
lib/libgd.a
|
||||
lib/libgd.la
|
||||
share/examples/gd/demoin.gif
|
||||
share/examples/gd/index.html
|
||||
lib/libgd.so
|
||||
lib/libgd.so.0
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@dirrm include/gd
|
||||
@dirrm share/examples/gd
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 27 Mar 1998
|
||||
# Whom: jeff@cetlink.net
|
||||
#
|
||||
# $Id: Makefile,v 1.6 1999/07/13 23:59:52 asami Exp $
|
||||
# $Id: Makefile,v 1.7 1999/07/24 23:56:41 billf Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gd-1.6.2
|
||||
@ -16,7 +16,9 @@ MAINTAINER= jeff@cetlink.net
|
||||
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
|
||||
|
||||
FETCH_BEFORE_ARGS= -b
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
||||
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gd
|
||||
|
||||
pre-install:
|
||||
${MKDIR} ${PREFIX}/include/gd
|
||||
|
@ -13,8 +13,8 @@ include/gd/gdfontmb.h
|
||||
include/gd/gdfonts.h
|
||||
include/gd/gdfontt.h
|
||||
lib/libgd.a
|
||||
lib/libgd.la
|
||||
share/examples/gd/demoin.gif
|
||||
share/examples/gd/index.html
|
||||
lib/libgd.so
|
||||
lib/libgd.so.0
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@dirrm include/gd
|
||||
@dirrm share/examples/gd
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 27 Mar 1998
|
||||
# Whom: jeff@cetlink.net
|
||||
#
|
||||
# $Id: Makefile,v 1.6 1999/07/13 23:59:52 asami Exp $
|
||||
# $Id: Makefile,v 1.7 1999/07/24 23:56:41 billf Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gd-1.6.2
|
||||
@ -16,7 +16,9 @@ MAINTAINER= jeff@cetlink.net
|
||||
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
|
||||
|
||||
FETCH_BEFORE_ARGS= -b
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
||||
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gd
|
||||
|
||||
pre-install:
|
||||
${MKDIR} ${PREFIX}/include/gd
|
||||
|
@ -13,8 +13,8 @@ include/gd/gdfontmb.h
|
||||
include/gd/gdfonts.h
|
||||
include/gd/gdfontt.h
|
||||
lib/libgd.a
|
||||
lib/libgd.la
|
||||
share/examples/gd/demoin.gif
|
||||
share/examples/gd/index.html
|
||||
lib/libgd.so
|
||||
lib/libgd.so.0
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@dirrm include/gd
|
||||
@dirrm share/examples/gd
|
||||
|
Loading…
Reference in New Issue
Block a user