kn a8cf740bb8 Remove unmaintained and now comercial nipper ports
nipper and libnipper became comercial over ten years ago and have not been
updated ever since;  HOMEPAGE doesn't even mention them any longer.

Pointed out by Marcus MERIGHI <mcmer-openbsd at tor dot at>, thanks!
OK sthen jca
2020-05-17 10:36:17 +00:00

26 lines
573 B
Makefile

# $OpenBSD: Makefile,v 1.941 2020/05/17 10:36:17 kn Exp $
COMMENT = exceptions to pkg_add rules
CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-3.332
PKG_ARCH = *
MAINTAINER = Marc Espie <espie@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes
PERLDIR = ${PREFIX}/libdata/perl5/site_perl
do-build:
@perl -c ${FILESDIR}/Quirks.pm
do-install:
${INSTALL_DATA_DIR} ${PERLDIR}/OpenBSD/Quirks
${INSTALL_DATA} ${FILESDIR}/Quirks.pm ${PERLDIR}/OpenBSD/Quirks.pm
${INSTALL_DATA} ${FILESDIR}/Quirks/ghc.pm ${PERLDIR}/OpenBSD/Quirks/ghc.pm
.include <bsd.port.mk>