blob: 91afd7622183d037a220435d4b2ffe9470ba5771 (
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
31
32
33
34
|
# New ports collection makefile for: lianliankan
# Date created: 26 April 2006
# Whom: Liu.Yinghong <liu_yinghong@yahoo.com.cn>
#
# $FreeBSD$
#
PORTNAME= lianliankan
PORTVERSION= 2.2
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= llk-linux
DISTNAME= llk_linux-${PORTVERSION}
MAINTAINER= liu_yinghong@yahoo.com.cn
COMMENT= A scarce recreation game
USE_GNOME= gtk20 esound
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
post-install:
${MKDIR} ${PREFIX}/share/applications
${INSTALL_DATA} ${FILESDIR}/lianliankan.desktop ${PREFIX}/share/applications
.include <bsd.port.post.mk>
|