diff options
author | Max Khon <fjoe@FreeBSD.org> | 2002-11-11 21:31:53 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2002-11-11 21:31:53 +0000 |
commit | 677fc59f97c72d8f10b235412f51eacbc8f2beae (patch) | |
tree | 5ac6738d866d1599f8909d293d855e00139abdb4 /net/ysm/Makefile | |
parent | 636fcbf7ab379d69335584d00be283dc6b35679c (diff) |
Notes
Diffstat (limited to 'net/ysm/Makefile')
-rw-r--r-- | net/ysm/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/net/ysm/Makefile b/net/ysm/Makefile index b8dce41dadde..f971e75ddcbc 100644 --- a/net/ysm/Makefile +++ b/net/ysm/Makefile @@ -6,23 +6,26 @@ # PORTNAME= ysm -PORTVERSION= 7.2.7.1 -PORTREVISION= 1 +PORTVERSION= 7.2.8.1 CATEGORIES= net -MASTER_SITES= ftp://vampiro.rootshell.ru/pub/warez/ \ +MASTER_SITES= ftp://vampiro.rootshell.ru/pub/FreeBSD/distfiles/ \ http://vampiro.rootshell.ru/ \ ftp://ftp.treasury.ru/pub/unix/ \ - http://www.treasury.ru/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ysmv7_2_7_1 +DISTNAME= ysmv7_2_8_1 EXTRACT_SUFX= .tgz MAINTAINER= vampiro@rootshell.ru LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + CFLAGS="-DYSM_USE_ICONV" \ + LDFLAGS="-lcipher -L${LOCALBASE}/lib -liconv" + MAN1= ysm.1 -MANCOMPRESSED= yes .include <bsd.port.mk> |