blob: 7b9b6cd414087bb426d1ae939fe83e10b7de7655 (
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
27
28
|
# New ports collection makefile for: adesklets
# Date created: 2005-05-25
# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= adesklets
PORTVERSION= 0.4.8
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= novel@FreeBSD.org
COMMENT= An interactive Imlib2 console for the X Window system
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2
GNU_CONFIGURE= yes
USE_PYTHON= yes
USE_BZIP2= yes
USE_XLIB= yes
MAN1= adesklets.1
INFO= adesklets \
adesklets_fr
.include <bsd.port.mk>
|