20 lines
446 B
Makefile
20 lines
446 B
Makefile
# $NetBSD: Makefile,v 1.8 1999/04/05 22:46:27 mjl Exp $
|
|
# FreeBSD Id: Makefile,v 1.2 1996/11/18 09:55:42 asami Exp
|
|
#
|
|
|
|
DISTNAME= xautolock-pl15
|
|
PKGNAME= xautolock-1.15
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= applications
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= eblood@cs.unr.edu
|
|
|
|
USE_IMAKE= yes
|
|
|
|
post-install:
|
|
cd ${WRKSRC}; \
|
|
${INSTALL_MAN} xautolock.man ${X11BASE}/man/man1/xautolock.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|