summaryrefslogtreecommitdiff
path: root/x11/asclock-gtk/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-2/+4
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-2/+2
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-2/+2
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-11Use pkg_info(1) to find the installed path of the gtk+ package.agc1-2/+2
1999-10-28Install as asclock-gtk to not conflict with other asclocks.jlam1-9/+7
1999-10-10Mark conflict with gnome-core.jlam1-2/+2
1999-10-07asclock-gtk-2.1.10: dockable clock and calendar with themes for GTK+jlam1-0/+40