blob: c3b787a4bbc4f2e3d8ed7d7baa20333f39362ddd (
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
|
# New ports collection makefile for: wampager
# Date created: 11 Jan 2003
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#
PORTNAME= wampager
PORTVERSION= 0.9.3.20041204
PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= http://www.ijs.si/~lesi/waimea/ \
http://www.daemon.li/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= A mini pager for the waimea window manager
USE_XORG= x11 xext xpm ice
USE_BZIP2= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/wampager
.include <bsd.port.mk>
|