mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
- Add staging support
- Convert to new LIB_DEPENDS format
This commit is contained in:
parent
2eca9b9125
commit
a1442b6caa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352413
@ -11,13 +11,16 @@ MASTER_SITE_SUBDIR= libs/graphics
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Easy to use, portable, and powerful 2D graphics library
|
||||
|
||||
LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
|
||||
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
|
||||
|
||||
USE_XORG= x11
|
||||
GNU_CONFIGURE= yes
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E 's,(INC|LIB)DIR),DESTDIR)$$(&,g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} ; make depend ; make
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user