blob: 5c2806e373840516647ffbaf8e9055e513d475e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: xautolock
# Version required: 1pl11
# Date created: 20 Jul 1996
# Whom: Eric Blood <eblood@cs.unr.edu>
#
# $Id: Makefile,v 1.5 1998/08/19 00:50:53 asami Exp $
#
DISTNAME= xautolock-pl11
PKGNAME= xautolock-1.11
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
EXTRACT_SUFX= .tz
MAINTAINER= eblood@cs.unr.edu
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/xautolock-pl11
.include <bsd.port.mk>
|