mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
27 lines
591 B
Makefile
27 lines
591 B
Makefile
# New ports collection makefile for: mooseekd
|
|
# Date created: 2006-07-24
|
|
# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mooseekd
|
|
PORTVERSION= 0.05
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-p2p
|
|
MASTER_SITES= http://files.backtrace.info/releases/mooseekd/
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
COMMENT= A deamon to connect to the Soulseek network
|
|
|
|
LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CXXFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
|
USE_FAM= yes
|
|
USE_ICONV= yes
|
|
|
|
.include <bsd.port.mk>
|