buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
25 lines
573 B
Makefile
25 lines
573 B
Makefile
# $NetBSD: Makefile,v 1.14 2002/08/25 18:40:50 jlam Exp $
|
|
# $FreeBSD Id: Makefile,v 1.9 1998/05/04 03:34:50 steve Exp
|
|
#
|
|
|
|
DISTNAME= xview3.2p1-X11R6
|
|
PKGNAME= xview-config-3.2.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= jlam@netbsd.org
|
|
COMMENT= OpenLook Toolkit config files
|
|
|
|
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
|
|
|
|
EXTRACT_ELEMENTS= ${DISTNAME}/config
|
|
WRKSRC= ${WRKDIR}/${EXTRACT_ELEMENTS}
|
|
|
|
USE_BUILDLINK2= # defined
|
|
USE_IMAKE= # defined
|
|
|
|
post-extract:
|
|
@${CHMOD} -R go+rX ${WRKDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|