- Use NO_WRKSUBDIR [1] - Switch to PLIST_FILES - General Makefile improvements PR: ports/176194 [1] Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
9 lines
102 B
Makefile
9 lines
102 B
Makefile
LIB= tifmerge
|
|
|
|
SHLIB_MAJOR= 1
|
|
SHLIB_MINOR= 0
|
|
NO_PROFILE= yes
|
|
|
|
SRCS= tifmerge.c
|
|
|
|
.include <bsd.lib.mk>
|