summaryrefslogtreecommitdiff
path: root/x11/portoseguro/Makefile
blob: 1ed46379eeb4f9d9d35d2a004dacc8abd1407521 (plain)
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
29
30
31
32
33
34
35
# New ports collection makefile for:	portoseguro
# Date created:				2000-10-08
# Whom:					trevor
#
# $FreeBSD$
#

PORTNAME=	portoseguro
PORTVERSION=	0.4
PORTREVISION=	4
CATEGORIES=	x11
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	trevor
DISTNAME=	${PORTNAME}-alpha4

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Launch applications by clicking on an icon bar

CONFIGURE_ENV=	GTKCONFIG=${GTK_CONFIG}
USE_AUTOTOOLS=	autoconf:213
GNU_CONFIGURE=	yes
USE_GNOME=	gtk12
USE_XORG=	xpm
WRKSRC=		${WRKDIR}/${PORTNAME}

do-install:
.for i in portoseguro portoseguro.conf
	${INSTALL_PROGRAM} ${WRKSRC}/${i} ${LOCALBASE}/bin
.endfor
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>