summaryrefslogtreecommitdiff
path: root/editors/sam/Makefile
AgeCommit message (Collapse)AuthorFilesLines
1999-08-24Make this package work on Solaris.agc1-5/+13
Also, don't assume that X11BASE is /usr/openwin on Solaris.
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc1-3/+4
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles.
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-4/+2
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-02-04Set USE_X11=yes, to denote that the package uses X11 libraries andagc1-1/+3
headers to build (from Tim Rightnour).
1998-06-22Update package Makefiles for automatic manual page handling.agc1-7/+1
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-14/+15
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-01-24portlint: fix RCS Idhubertf1-1/+1
1997-10-22Add MANCOMPRESSED, MAN1, MAN3, MAN4, MAN6.hubertf1-1/+11
1997-10-09Add NetBSD RCS Ids.agc1-0/+1
1997-10-09Initial import of FreeBSD plan9 ports category into the NetBSD packageagc1-0/+22
system.