mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
22 lines
394 B
Makefile
22 lines
394 B
Makefile
|
# New ports collection makefile for: golem
|
||
|
# Date created: 11 August 2001
|
||
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= golem
|
||
|
PORTVERSION= 0.0.2
|
||
|
CATEGORIES= x11-wm
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||
|
|
||
|
MAINTAINER= nakai@FreeBSD.org
|
||
|
|
||
|
USE_X_PREFIX= yes
|
||
|
GNU_CONFIGURE= yes
|
||
|
|
||
|
MAN1= golem.1
|
||
|
|
||
|
.include <bsd.port.mk>
|