pkgsrc/x11/modeline/Makefile
jlam 7046abc822 Changes instances where BSD_INSTALL_* were used by targets in the Makefile
into the equivalent INSTALL_*.  This is fallout from the change in
revision 1.915 that removed ${MAKE_ENV} from the environment for a
recursive make.
2002-02-06 16:58:11 +00:00

25 lines
643 B
Makefile

# $NetBSD: Makefile,v 1.5 2002/02/06 16:58:16 jlam Exp $
DISTNAME= modeline_vfr.c
PKGNAME= modeline-20001121
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= # empty
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.dkfz-heidelberg.de/spec/linux/modeline/
COMMENT= calculates XF86 Modelines to configure your monitor for X11R6
WRKSRC= ${WRKDIR}/modeline
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
do-build:
cd ${WRKSRC}; ${CC} ${CFLAGS} ${DISTNAME} -o ${DISTNAME:S/.c//}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME:S/.c//} ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"