diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-04-11 14:11:53 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-04-11 14:11:53 +0000 |
commit | 0ab420e05e75097bdc60c4d936f991acdfbf9c68 (patch) | |
tree | eaa2300f1cedbbea2820989c4a5554e71c9e23f7 /graphics/lcms/files/Makefile.bsd | |
parent | Add gnomermind 0.9.1, a puzzle game for Gnome, loosely based on the (diff) |
Ooops, this should've been part of my yesterday's commit...
Thanks to: Jaroshenko at mailru dot com
Notes
Notes:
svn path=/head/; revision=41285
Diffstat (limited to 'graphics/lcms/files/Makefile.bsd')
-rw-r--r-- | graphics/lcms/files/Makefile.bsd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/lcms/files/Makefile.bsd b/graphics/lcms/files/Makefile.bsd new file mode 100644 index 000000000000..c9816d499003 --- /dev/null +++ b/graphics/lcms/files/Makefile.bsd @@ -0,0 +1,14 @@ +LIB=lcms +SHLIB_MAJOR= 1 +SHLIB_MINOR= 7 + +SRCS!= make -f ${.CURDIR}/Makefile -V SRCS + +NOPROFILE=YES + +INCS= lcms.h icc34.h + +INCDIR= ${LOCALBASE}/include +LIBDIR= ${LOCALBASE}/lib + +.include <bsd.lib.mk> |