mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
23 lines
480 B
Makefile
23 lines
480 B
Makefile
# 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.6 1998/08/30 15:38:57 steve 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
|
|
MAN1= xautolock.1
|
|
|
|
.include <bsd.port.mk>
|