mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
8611c59c4d
PR: ports/45528 Submitted by: Judd Storrs <storrsjm@email.uc.edu> (new maintainer) Approved by: Mike Meyer <mwm@mired.org> (maintainer)
26 lines
473 B
Makefile
26 lines
473 B
Makefile
# New ports collection makefile for: ratpoison
|
|
# Date created: January 20, 2001
|
|
# Whom: Gergely Nagy <8@free.bsd.hu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ratpoison
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= storrsjm@email.uc.edu
|
|
|
|
MAN1= ratpoison.1
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.if defined(NOPORTDOCS)
|
|
INSTALL_TARGET= SUBDIRS=src install-exec
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|