freebsd-ports/graphics/pencil/files/patch-pencil.pro
Martin Wilke 13a2874db9 Pencil is an animation/drawing software. It lets you
create traditional hand-drawn animation (cartoon) using
both bitmap and vector graphics.

WWW: http://www.les-stooges.org/pascal/pencil

PR:		ports/122827
Submitted by:	Ganael Laplanche <ganael.laplanche at martymac.com>
2008-04-30 10:03:40 +00:00

12 lines
334 B
Prolog

--- pencil.pro.orig 2008-04-16 14:23:57.000000000 +0000
+++ pencil.pro 2008-04-16 14:19:45.000000000 +0000
@@ -86,5 +86,9 @@
SOURCES += src/external/linux/linux.cpp
LIBS += -Lliblinux -lming -lpng
}
+freebsd-g++ {
+ SOURCES += src/external/freebsd/freebsd.cpp
+ LIBS += -lming -lpng
+}
RESOURCES += pencil.qrc
QT += xml opengl