blob: a196f13b90c6780bea3365f9567bf2b32f568402 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: amaterus
# Date created: 26 January 2000
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= amaterus
PORTVERSION= 0.34.1
PORTREVISION= 5
CATEGORIES= x11-wm
MASTER_SITES= http://taiyaki.org/amaterus/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= A GTK+ window manager
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GNOME= gtk12 libxml
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
|