mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
17 lines
359 B
Makefile
17 lines
359 B
Makefile
|
# New ports collection makefile for: xlockmore
|
||
|
# Version required: 1.14
|
||
|
# Date created: 9 November 1994
|
||
|
# Whom: smace
|
||
|
#
|
||
|
# $id: Makefile,v 1.0 1994/11/09 00:00:00 smace Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= xlockmore-1.14
|
||
|
XMKMF= xmkmf -a
|
||
|
USE_IMAKE= yes
|
||
|
PATCH_STRIP= -p1
|
||
|
MASTER_SITES= ftp://ftp.x.org/contrib/applications/
|
||
|
WRKSRC= ${WRKDIR}/xlockmore
|
||
|
|
||
|
.include <bsd.port.mk>
|