blob: 7b1658341946cd0e0d36855dcfa4f1558fa9a7cd (
plain) (
blame)
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
|
# New ports collection makefile for: graphics/picpuz
# Date created: 04 Jan 2010
# Whom: Stas Timokhin <devel@stasyan.com>
#
# $FreeBSD$
#
PORTNAME= picpuz
PORTVERSION= 2.1.1
PORTREVISION= 5
CATEGORIES= graphics games
MASTER_SITES= http://kornelix.squarespace.com/storage/downloads/
MAINTAINER= devel@stasyan.com
COMMENT= Jigsaw puzzle program
USE_GMAKE= yes
USE_GNOME= gtk20 pkgconfig
ALL_TARGET= #
#RUN_DEPENDS+= xdg-desktop-menu:${PORTSDIR}/devel/xdg-utils
LIB_DEPENDS+= execinfo.1:${PORTSDIR}/devel/libexecinfo
DESKTOP_ENTRIES="Picpuz" \
"Jigsaw Puzzle" \
"${PREFIX}/share/pixmaps/picpuz.png" \
"picpuz" \
"Graphics;Game;GTK;" \
true
.include <bsd.port.mk>
|