mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
5fa9212a8b
and style in mind PR: ports/39572 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
33 lines
707 B
Makefile
33 lines
707 B
Makefile
# New ports collection makefile for: novawm
|
|
# Date created: 20 June 2002
|
|
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= novawm
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}_alpha
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_XPM= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for file in README COPYING AUTHORS ChangeLog INSTALL TODO
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|