mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
17 lines
315 B
Makefile
17 lines
315 B
Makefile
|
# New ports collection makefile for: psi-gentoo
|
||
|
# Date created: 2006-05-02
|
||
|
# Whom: Shaun Amott <shaun@inerd.com>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../psi
|
||
|
|
||
|
COMMENT= A Qt-based Jabber client with Gentoo patches and enhancements
|
||
|
|
||
|
OPTIONS= # Empty
|
||
|
|
||
|
WITH_GENTOO_EXTRAS= yes
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|