9fbec86fc3
maintainer ok.
33 lines
665 B
Makefile
33 lines
665 B
Makefile
# $OpenBSD: Makefile,v 1.5 2003/10/06 15:59:13 fgsch Exp $
|
|
|
|
COMMENT= "ICQ console client with encryption support"
|
|
|
|
DISTNAME= ysmv7_2_9_1
|
|
PKGNAME= ${DISTNAME:S/_/-/:S/_/./g}
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://ysmv7.sourceforge.net/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ysmv7/}
|
|
|
|
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
|
|
|
|
MODULES= iconv
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
CONFIGURE_STYLE= autoconf
|
|
AUTOCONF_VERSION= 2.54
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|