summaryrefslogtreecommitdiff
path: root/mail/faces/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-02-03create missing ELF shared lib linksdmcmahill1-3/+8
2000-09-04Fix this package to pass the shared library test in the "check-shlibs"tron1-3/+3
target. These patches created by Alistair Crooks.
2000-07-11Attempt to differentiate between X11BASE (where X11 is installed) andagc1-2/+3
X11PREFIX (where the app defaults file is to be installed, and which will be X11BASE, or LOCALBASE if xpkgwedge is installed).
2000-07-08Replace "/usr/local" by "${LOCALBASE}". Fixes PR pkg/10360, pkg/10465tron1-3/+5
and pkg/10529.
2000-05-24More changes for Solaris - make this compile on Solaris systems whereagc1-4/+7
the BSD make program is called "bmake".
2000-05-21I don't see the lint libraries getting installed, and the lintingkim1-1/+3
barfs on 1.4Y (at least), so don't lint at all.
1999-12-05Compiles on Solarisbouyer1-1/+4
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1999-01-26Introduce a BUILD_USES_X11 definition, defined in package Makefiles,agc1-1/+3
and used to denote that a package uses X11 headers and libraries to build, but does not install itself into X11BASE (xpkgwedge notwithstanding). This is used to ignore packages which would otherwise cause build problems on machines with no X11 installation.
1998-07-15Use automatic shared object handlingagc1-2/+1
1998-06-18Remove MAN<sect> and CAT<sect> definitions from package Makefiles - theseagc1-3/+1
are unnecessary with automatic manual page handling.
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-8/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-10portlint: use ${PKGDIR} instead of pkg.frueauf1-2/+2
1998-03-08Pre-process PLIST at install time, so that we don't have hard-codedagc1-1/+5
(and wrong) paths in the packing list. With thanks to milano and hubertf for pointing this out.
1998-02-28portlint: remove whitespaces; (WRKDIR)->{WRKDIR}frueauf1-3/+3
1998-02-26Install manual pages properly.agc1-5/+5
1998-02-25Add NetBSD RCS Id.agc1-6/+11
Add post-configure step, to expand X11BASE and LOCALBASE in some source files. Refine the shared object handling. Refine the manual page handling.
1998-02-25Initial import of faces-1.6.1, utilities for manipulating face bitmapsagc1-0/+30
and icons, into the NetBSD packages collection, from the FreeBSD port.