pkgsrc/regress/compiler/Makefile
joerg ce1772b268 Remove redundant EXTRACT_ONLY and NO_CHECKSUM declarations.
Retire NO_PACAKGE as there is no technical reason for it.
2009-04-09 00:47:11 +00:00

21 lines
444 B
Makefile

# $NetBSD: Makefile,v 1.8 2009/04/09 00:47:12 joerg Exp $
#
DISTNAME= compiler-1.1
CATEGORIES= regress
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Tests whether the pkgsrc compilers work as expected
WRKSRC= ${WRKDIR}
USE_LANGUAGES= c c++
do-extract:
cd ${FILESDIR} && cp Makefile *.c ${WRKSRC}
cd ${WRKSRC} && for i in *.c; do ln $$i $${i}c; done
do-wrksrc-build:
.include "../../mk/bsd.pkg.mk"