mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
29 lines
675 B
Makefile
29 lines
675 B
Makefile
# New ports collection makefile for: gtksamba
|
|
# Version required: 0.1.1
|
|
# Date created: 4 November 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1998/11/16 16:05:54 vanilla Exp $
|
|
#
|
|
|
|
DISTNAME= gtksamba-0.1.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.open-systems.com/gtksamba/
|
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
|
|
|
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
do-install:
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/gtksamba ${PREFIX}/bin
|
|
.if !defined(NOPORTDOCS)
|
|
@ ${MKDIR} ${PREFIX}/share/doc/gtksamba
|
|
.for file in COPYING README TODO
|
|
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gtksamba
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|