1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/news/glitter/Makefile
2003-04-20 19:54:55 +00:00

31 lines
749 B
Makefile

# New ports collection makefile for: glitter
# Date Created: 09 Dec 2000
# Whom: Greg Greenaae <greg@gregnet.net>
#
# $FreeBSD$
#
PORTNAME= glitter
PORTVERSION= 1.0.b.1
PORTREVISION= 1
CATEGORIES= news
MASTER_SITES= http://mews.org.uk/glitter/\
ftp://ftp.gregnet.net/pub/FreeBSD/ports/news/glitter/
DISTNAME= ${PORTNAME}-1.0beta1
MAINTAINER= greg@gregnet.net
COMMENT= A free GTK based binary downloader
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs gtk12
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
pre-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>