1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/deskutils/gmcal/Makefile
Patrick Li c8a555b93a Correct the install of binary file.
PR:		37740
Submitted by:	maintainer
2002-05-04 19:09:22 +00:00

37 lines
857 B
Makefile

# New ports collection makefile for: gmcal
# Date created: Mon Oct 15 09:09:46 GMT 2001
# Whom: thierry@pompo.net
#
# $FreeBSD$
#
PORTNAME= gmcal
PORTVERSION= 0.0.1
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= libmcal
MAINTAINER= thierry@pompo.net
LIB_DEPENDS= mcal.0:${PORTSDIR}/misc/libmcal
RUN_DEPENDS= ${LOCALBASE}/mcal/mcal:${PORTSDIR}/deskutils/mcal
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GTK= yes
post-extract:
${CHMOD} a-x ${WRKSRC}/*
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gmcal ${PREFIX}/bin
post-install:
@${ECHO} "*****************************************************************************"
@${ECHO} ""
@${ECHO} " gmcal has been installed as ${PREFIX}/bin/gmcal."
@${ECHO} ""
@${ECHO} "*****************************************************************************"
.include <bsd.port.mk>