Importing devel/ruby-getopt 1.4.0.
[pkgsrc.git] / meta-pkgs / kde3 / Makefile.foo_main
1 # $NetBSD: Makefile.foo_main,v 1.1 2003/01/20 10:04:01 skrll Exp $
2 #
3 # This Makefile fragment is included in a KDE package Makefile to
4 # create foo_main.cpp files needed to fix the linking modules into
5 # binaries/libraries problem that affects a.out platforms.
6
7 post-patch:
8         @for f in ${FOO_MAIN_FILES}; do \
9                 ${LN} -s ${.CURDIR}/../../meta-pkgs/kde3/files/foo_main.cpp \
10                     ${WRKSRC}/$${f}; \
11         done