mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
aaeb64030a
Update to 0.0.3 Add USE_XPM PR: ports/30725 Submitted by: KATO Tsuguru <tkato@prontomail.com>
24 lines
430 B
Makefile
24 lines
430 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.3
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= fracture@allusion.net
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MANCOMPRESSED= yes
|
|
MAN1= golem.1
|
|
|
|
.include <bsd.port.mk>
|