mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
- Fix MASTER_SITES
- Add LICENSE - Add MAKE_JOBS_SAFE PR: 159482 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
c4d94d5101
commit
3b889d5844
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279430
@ -9,23 +9,27 @@ PORTNAME= lostirc
|
||||
PORTVERSION= 0.4.6
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= SF \
|
||||
http://demian.dyndns.org/src/
|
||||
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A simple and minimal IRC client for X
|
||||
|
||||
LICENSE= GPLv2 GPLv3
|
||||
LICENSE_COMB= dual
|
||||
|
||||
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
|
||||
|
||||
USE_GNOME= gnomehack gnomeprefix gnometarget
|
||||
USE_GNOME= gnomehack gnomeprefix
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= --disable-kde
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN1= lostirc.1
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user