1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Fix MASTER_SITES

PR:		55466
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2003-08-11 14:33:47 +00:00
parent 15ec1cfe29
commit 46a4cbb815
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86760

View File

@ -8,20 +8,16 @@
PORTNAME= gpaint
PORTVERSION= 0.2.2
CATEGORIES= graphics gnome
MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/gpaint/
MASTER_SITES= http://www.atai.org/gpaint/
MAINTAINER= ports@FreeBSD.org
COMMENT= A small-scale painting program for GNOME
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gdkpixbuf gnomeprint
USE_GNOME= gnomehack gnomeprefix gnomeprint
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>