freebsd-ports/devel/wand-libconfig/Makefile
Stefan Eßer 819f25b36d */*: Remove redundant '-[0-9]*' from CONFLICTS
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)
2021-10-29 11:50:18 +02:00

26 lines
576 B
Makefile

# Created by: Matt Peterson <matt@peterson.org>
PORTNAME= libconfig
PORTVERSION= 1.0.5
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://research.wand.net.nz/software/libconfig/ \
http://matt.peterson.org/FreeBSD/ports/
PKGNAMEPREFIX= wand-
MAINTAINER= matt@peterson.org
COMMENT= C library for parsing config files
CONFLICTS= libconfig
USES= gmake libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= include/libconfig.h lib/libconfig.a \
lib/libconfig.so lib/libconfig.so.1 \
lib/libconfig.so.1.0.4
.include <bsd.port.mk>