mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
10 lines
101 B
Makefile
10 lines
101 B
Makefile
|
LIB= tifmerge
|
||
|
|
||
|
SHLIB_MAJOR= 1
|
||
|
SHLIB_MINOR= 0
|
||
|
NOPROFILE= yes
|
||
|
|
||
|
SRCS= tifmerge.c
|
||
|
|
||
|
.include <bsd.lib.mk>
|