mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
819f25b36d
The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
27 lines
469 B
Makefile
27 lines
469 B
Makefile
# Created by: Pankov Pavel <pankov_p@mail.ru>
|
|
|
|
PORTNAME= microdc2
|
|
PORTVERSION= 0.15.6
|
|
PORTREVISION= 8
|
|
CATEGORIES= net-p2p
|
|
MASTER_SITES= http://corsair626.no-ip.org/microdc/
|
|
|
|
MAINTAINER= pankov_p@mail.ru
|
|
COMMENT= Command-line based Direct Connect client
|
|
|
|
LICENSE= GPLv2
|
|
|
|
CONFLICTS= tthsum
|
|
|
|
USES= gnome iconv readline
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= libxml2
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
NLS_CONFIGURE_OFF= --disable-nls
|
|
|
|
.include <bsd.port.mk>
|