mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
5933ac0b09
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"). Approved by: portmgr (blanket)
11 lines
190 B
Makefile
11 lines
190 B
Makefile
PKGNAMESUFFIX= -lite
|
|
|
|
COMMENT= Command-line driven graphing utility (lite package)
|
|
|
|
CONFLICTS_INSTALL= gnuplot
|
|
|
|
LITE= yes
|
|
MASTERDIR= ${.CURDIR}/../gnuplot
|
|
|
|
.include "${MASTERDIR}/Makefile"
|