ae9b935fd0
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
29 lines
610 B
Makefile
29 lines
610 B
Makefile
# $NetBSD: Makefile,v 1.45 2007/10/25 22:01:05 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= teTeX-3.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= print meta-pkgs
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= kei@NetBSD.org
|
|
HOMEPAGE= http://www.tug.org/tetex/
|
|
COMMENT= Thomas Esser's TeX distribution for UNIX compatible systems, version 2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= texi2html>=1.52:../../textproc/texi2html
|
|
|
|
CONFLICTS+= teTeX2-[0-9]*
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_CHECKSUM= yes
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
PLIST_SRC= # empty
|
|
|
|
do-install: # do nothing
|
|
|
|
.include "../../mk/tex.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|