1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/x11/portoseguro/Makefile

36 lines
747 B
Makefile
Raw Normal View History

2000-10-08 21:47:23 +00:00
# New ports collection makefile for: portoseguro
# Date created: 2000-10-08
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= portoseguro
PORTVERSION= 0.4
PORTREVISION= 4
2000-10-08 21:47:23 +00:00
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= trevor
2000-10-08 21:47:23 +00:00
DISTNAME= ${PORTNAME}-alpha4
MAINTAINER= ports@FreeBSD.org
2003-03-01 14:34:33 +00:00
COMMENT= Launch applications by clicking on an icon bar
2000-10-08 21:47:23 +00:00
CONFIGURE_ENV= GTKCONFIG=${GTK_CONFIG}
USE_AUTOTOOLS= autoconf:213
2000-10-08 21:47:23 +00:00
GNU_CONFIGURE= yes
USE_GNOME= gtk12
USE_XORG= xpm
2000-10-08 21:47:23 +00:00
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
.for i in portoseguro portoseguro.conf
${INSTALL_PROGRAM} ${WRKSRC}/${i} ${LOCALBASE}/bin
2000-10-08 21:47:23 +00:00
.endfor
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
2000-10-08 21:47:23 +00:00
.endif
.include <bsd.port.mk>