mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
e8508cf75b
Reported by: Evgueni V.Gavrilov <aquatique@rusunix.org> (maintainer)
33 lines
745 B
Makefile
33 lines
745 B
Makefile
# New ports collection makefile for: ysm
|
|
# Date created: May 28, 2002
|
|
# Whom: vampiro
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ysm
|
|
PORTVERSION= 7.2.9.0
|
|
PORTREVISION= 0
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://rusunix.org/pub/FreeBSD/distfiles/ \
|
|
http://aquatique.rusunix.org/ \
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= ysmv7_2_9_0
|
|
|
|
MAINTAINER= aquatique@rusunix.org
|
|
COMMENT= Command line ICQ client with ICQ2000 and recoding support
|
|
|
|
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
|
CFLAGS+="-I${LOCALBASE}/include" \
|
|
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -liconv"
|
|
|
|
MAN1= ysm.1
|
|
|
|
.include <bsd.port.mk>
|