mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
25 lines
462 B
Makefile
25 lines
462 B
Makefile
|
# New ports collection makefile for: ysm
|
||
|
# Date created: May 28, 2002
|
||
|
# Whom: vampiro
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= ysm
|
||
|
PORTVERSION= 7.2.7.1
|
||
|
CATEGORIES= net
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||
|
ftp://vampiro.rootshell.ru/pub/warez/
|
||
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||
|
DISTNAME= ysmv7_2_7_1
|
||
|
EXTRACT_SUFX= .tgz
|
||
|
|
||
|
MAINTAINER= vampiro@rootshell.ru
|
||
|
|
||
|
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
|
||
|
|
||
|
MAN1= ysm.1
|
||
|
MANCOMPRESSED= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|